#AA6E1C

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

Shades of Hot Toddy #AA6E1C

Tints of Hot Toddy #AA6E1C

Color information

#AA6E1C (or 0xAA6E1C) is unknown color: approx Hot Toddy. HEX triplet: AA, 6E and 1C. RGB value is (170,110,28). Sum of RGB (Red+Green+Blue) = 170+110+28=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E1C is #5591E3. Grayscale: #767676. Windows color (decimal): -5607908 or 1863338. OLE color: 1863338.

HSL color Cylindrical-coordinate representation of color #AA6E1C: hue angle of 34.65º 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 #AA6E1C is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17011028-
CMYK00.350.840.33
HSL34.65º71.72%38.82%-
HSV(B)34.65º83.53%66.67%-
XYZ22.3619.783.74-
YUV118.5976.88164.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.19%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 28 (11.33% from 255) = 9.09%
R=55.19%
G=35.71%
B=9.09%

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
Decimal1701102800.350.840.3334.6571.7238.82
HexAA6E1C0235421234827
Octal25215634043124414311047
Binary10101010110111011100010001110101001000011000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E1C; }

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

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

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

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

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

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

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

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