#AF6F27

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

Shades of Hot Toddy #AF6F27

Tints of Hot Toddy #AF6F27

Color information

#AF6F27 (or 0xAF6F27) is unknown color: approx Hot Toddy. HEX triplet: AF, 6F and 27. RGB value is (175,111,39). Sum of RGB (Red+Green+Blue) = 175+111+39=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F27 is #5090D8. Grayscale: #7A7A7A. Windows color (decimal): -5279961 or 2584495. OLE color: 2584495.

HSL color Cylindrical-coordinate representation of color #AF6F27: hue angle of 31.76º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF6F27 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17511139-
CMYK00.370.780.31
HSL31.76º63.55%41.96%-
HSV(B)31.76º77.71%68.63%-
XYZ23.7320.634.65-
YUV121.9381.2165.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.85%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 39 (15.62% from 255) = 12%
R=53.85%
G=34.15%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751113900.370.780.3131.7663.5541.96
HexAF6F270254E1F20402a
Octal25715747045116374010052
Binary10101111110111110011101001011001110111111000001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F27; }

 p { color: rgb(175,111,39); }

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

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

 a { background-color: rgb(175,111,39); }

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

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

 span { border-color: rgb(175,111,39); }

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