#AF681B

Color #AF681B Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #AF681B

Tints of Hot Toddy #AF681B

Color information

#AF681B (or 0xAF681B) is unknown color: approx Hot Toddy. HEX triplet: AF, 68 and 1B. RGB value is (175,104,27). Sum of RGB (Red+Green+Blue) = 175+104+27=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF681B is #5097E4. Grayscale: #747474. Windows color (decimal): -5281765 or 1796271. OLE color: 1796271.

HSL color Cylindrical-coordinate representation of color #AF681B: hue angle of 31.22º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF681B is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17510427-
CMYK00.410.850.31
HSL31.22º73.27%39.61%-
HSV(B)31.22º84.57%68.63%-
XYZ22.8319.093.52-
YUV116.4577.52169.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 57.19%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 27 (10.94% from 255) = 8.82%
R=57.19%
G=33.99%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751042700.410.850.3131.2273.2739.61
HexAF681B029551F1f4928
Octal25715033051125373711150
Binary101011111101000110110101001101010111111111111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF681B; }

 p { color: rgb(175,104,27); }

 H1.HeaderClassName
 {
   color: #AF681B;
 }
 .AnyTagClassName
 {
   color: #AF681B;
 }
</style>
background-color css

<style>
 a { background-color: #AF681B; }

 a { background-color: rgb(175,104,27); }

 div.DivClassName
 {
   background-color: #AF681B;
 }
 .BgClassName
 {
   background-color: #AF681B;
 }
</style>
border-color css

<style>
 span { border-color: #AF681B; }

 span { border-color: rgb(175,104,27); }

 td.TdClassName
 {
   border-color: #AF681B;
 }
 .TagClassName
 {
   border-color: #AF681B;
 }
</style>