#AF6A1E

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

Shades of Hot Toddy #AF6A1E

Tints of Hot Toddy #AF6A1E

Color information

#AF6A1E (or 0xAF6A1E) is unknown color: approx Hot Toddy. HEX triplet: AF, 6A and 1E. RGB value is (175,106,30). Sum of RGB (Red+Green+Blue) = 175+106+30=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A1E is #5095E1. Grayscale: #767676. Windows color (decimal): -5281250 or 1993391. OLE color: 1993391.

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

Color convert

RGB17510630-
CMYK00.390.830.31
HSL31.45º70.73%40.2%-
HSV(B)31.45º82.86%68.63%-
XYZ23.0719.523.78-
YUV117.9778.36168.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 30 (12.11% from 255) = 9.65%
R=56.27%
G=34.08%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751063000.390.830.3131.4570.7340.2
HexAF6A1E027531F1f4728
Octal25715236047123373710750
Binary101011111101010111100100111101001111111111111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A1E; }

 p { color: rgb(175,106,30); }

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

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

 a { background-color: rgb(175,106,30); }

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

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

 span { border-color: rgb(175,106,30); }

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