#AA6F1C

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

Shades of Hot Toddy #AA6F1C

Tints of Hot Toddy #AA6F1C

Color information

#AA6F1C (or 0xAA6F1C) is unknown color: approx Hot Toddy. HEX triplet: AA, 6F and 1C. RGB value is (170,111,28). Sum of RGB (Red+Green+Blue) = 170+111+28=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F1C is #5590E3. Grayscale: #777777. Windows color (decimal): -5607652 or 1863594. OLE color: 1863594.

HSL color Cylindrical-coordinate representation of color #AA6F1C: hue angle of 35.07º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA6F1C is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17011128-
CMYK00.350.840.33
HSL35.07º71.72%38.82%-
HSV(B)35.07º83.53%66.67%-
XYZ22.47203.77-
YUV119.1876.55164.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 28 (11.33% from 255) = 9.06%
R=55.02%
G=35.92%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701112800.350.840.3335.0771.7238.82
HexAA6F1C0235421234827
Octal25215734043124414311047
Binary10101010110111111100010001110101001000011000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6F1C; }

 p { color: rgb(170,111,28); }

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

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

 a { background-color: rgb(170,111,28); }

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

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

 span { border-color: rgb(170,111,28); }

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