Shades of Hot Toddy #AA802A
Tints of Hot Toddy #AA802A
RGB
CMYK
RGB Variations
Color information
#AA802A (or 0xAA802A) is known color: Hot Toddy. HEX triplet: AA, 80 and 2A. RGB value is (170,128,42). Sum of RGB (Red+Green+Blue) = 170+128+42=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA802A is #557FD5. Grayscale: #838383. Windows color (decimal): -5603286 or 2785450. OLE color: 2785450.
HSL color Cylindrical-coordinate representation of color #AA802A: hue angle of 40.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA802A is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 42 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.33 |
| HSL | 40.31º | 0.6% | 0.42% | - |
| HSV(B) | 40.31º | 0.75% | 0.67% | - |
| XYZ | 24.71 | 24.15 | 5.55 | - |
| YUV | 130.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 42 | 0 | 0.25 | 0.75 | 0.33 | 40.31 | 0.6 | 0.42 |
| Hex | AA | 80 | 2A | 0 | 19 | 4B | 21 | 28 | 3C | 2A |
| Octal | 252 | 200 | 52 | 0 | 31 | 113 | 41 | 50 | 74 | 52 |
| Binary | 10101010 | 10000000 | 101010 | 0 | 11001 | 1001011 | 100001 | 101000 | 111100 | 101010 |
Color Harmonies of #AA802A
Complementary color
Monochromatic Colors of #AA802A
Black with #AA802A
Text Example
Text Example
White with #AA802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA802A; }
p { color: rgb(170,128,42); }
H1.HeaderClassName
{
color: #AA802A;
}
.AnyTagClassName
{
color: #AA802A;
}
</style>
background-color css
<style>
a { background-color: #AA802A; }
a { background-color: rgb(170,128,42); }
div.DivClassName
{
background-color: #AA802A;
}
.BgClassName
{
background-color: #AA802A;
}
</style>
border-color css
<style>
span { border-color: #AA802A; }
span { border-color: rgb(170,128,42); }
td.TdClassName
{
border-color: #AA802A;
}
.TagClassName
{
border-color: #AA802A;
}
</style>