#AA6E2C

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

Shades of Hot Toddy #AA6E2C

Tints of Hot Toddy #AA6E2C

Color information

#AA6E2C (or 0xAA6E2C) is unknown color: approx Hot Toddy. HEX triplet: AA, 6E and 2C. RGB value is (170,110,44). Sum of RGB (Red+Green+Blue) = 170+110+44=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E2C is #5591D3. Grayscale: #787878. Windows color (decimal): -5607892 or 2911914. OLE color: 2911914.

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

Color convert

RGB17011044-
CMYK00.350.740.33
HSL31.43º58.88%41.96%-
HSV(B)31.43º74.12%66.67%-
XYZ22.6119.885.03-
YUV120.4284.88163.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=52.47%
G=33.95%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701104400.350.740.3331.4358.8841.96
HexAA6E2C0234A211f3b2a
Octal2521565404311241377352
Binary1010101011011101011000100011100101010000111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E2C; }

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

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

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

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

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

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

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

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