Shades of Hot Toddy #AA802E
Tints of Hot Toddy #AA802E
RGB
CMYK
RGB Variations
Color information
#AA802E (or 0xAA802E) is known color: Hot Toddy. HEX triplet: AA, 80 and 2E. RGB value is (170,128,46). Sum of RGB (Red+Green+Blue) = 170+128+46=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA802E is #557FD1. Grayscale: #838383. Windows color (decimal): -5603282 or 3047594. OLE color: 3047594.
HSL color Cylindrical-coordinate representation of color #AA802E: hue angle of 39.68º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA802E is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 46 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.33 |
| HSL | 39.68º | 0.57% | 0.42% | - |
| HSV(B) | 39.68º | 0.73% | 0.67% | - |
| XYZ | 24.79 | 24.18 | 5.95 | - |
| YUV | 131.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 46 | 0 | 0.25 | 0.73 | 0.33 | 39.68 | 0.57 | 0.42 |
| Hex | AA | 80 | 2E | 0 | 19 | 49 | 21 | 28 | 39 | 2A |
| Octal | 252 | 200 | 56 | 0 | 31 | 111 | 41 | 50 | 71 | 52 |
| Binary | 10101010 | 10000000 | 101110 | 0 | 11001 | 1001001 | 100001 | 101000 | 111001 | 101010 |
Color Harmonies of #AA802E
Complementary color
Monochromatic Colors of #AA802E
Black with #AA802E
Text Example
Text Example
White with #AA802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA802E; }
p { color: rgb(170,128,46); }
H1.HeaderClassName
{
color: #AA802E;
}
.AnyTagClassName
{
color: #AA802E;
}
</style>
background-color css
<style>
a { background-color: #AA802E; }
a { background-color: rgb(170,128,46); }
div.DivClassName
{
background-color: #AA802E;
}
.BgClassName
{
background-color: #AA802E;
}
</style>
border-color css
<style>
span { border-color: #AA802E; }
span { border-color: rgb(170,128,46); }
td.TdClassName
{
border-color: #AA802E;
}
.TagClassName
{
border-color: #AA802E;
}
</style>