Shades of Hot Toddy #AA802C
Tints of Hot Toddy #AA802C
RGB
CMYK
RGB Variations
Color information
#AA802C (or 0xAA802C) is known color: Hot Toddy. HEX triplet: AA, 80 and 2C. RGB value is (170,128,44). Sum of RGB (Red+Green+Blue) = 170+128+44=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA802C is #557FD3. Grayscale: #838383. Windows color (decimal): -5603284 or 2916522. OLE color: 2916522.
HSL color Cylindrical-coordinate representation of color #AA802C: hue angle of 40º 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 #AA802C is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 44 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.33 |
| HSL | 40º | 0.59% | 0.42% | - |
| HSV(B) | 40º | 0.74% | 0.67% | - |
| XYZ | 24.75 | 24.17 | 5.74 | - |
| YUV | 130.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 44 | 0 | 0.25 | 0.74 | 0.33 | 40 | 0.59 | 0.42 |
| Hex | AA | 80 | 2C | 0 | 19 | 4A | 21 | 28 | 3B | 2A |
| Octal | 252 | 200 | 54 | 0 | 31 | 112 | 41 | 50 | 73 | 52 |
| Binary | 10101010 | 10000000 | 101100 | 0 | 11001 | 1001010 | 100001 | 101000 | 111011 | 101010 |
Color Harmonies of #AA802C
Complementary color
Monochromatic Colors of #AA802C
Black with #AA802C
Text Example
Text Example
White with #AA802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA802C; }
p { color: rgb(170,128,44); }
H1.HeaderClassName
{
color: #AA802C;
}
.AnyTagClassName
{
color: #AA802C;
}
</style>
background-color css
<style>
a { background-color: #AA802C; }
a { background-color: rgb(170,128,44); }
div.DivClassName
{
background-color: #AA802C;
}
.BgClassName
{
background-color: #AA802C;
}
</style>
border-color css
<style>
span { border-color: #AA802C; }
span { border-color: rgb(170,128,44); }
td.TdClassName
{
border-color: #AA802C;
}
.TagClassName
{
border-color: #AA802C;
}
</style>