Shades of Hot Toddy #AA8029
Tints of Hot Toddy #AA8029
RGB
CMYK
RGB Variations
Color information
#AA8029 (or 0xAA8029) is known color: Hot Toddy. HEX triplet: AA, 80 and 29. RGB value is (170,128,41). Sum of RGB (Red+Green+Blue) = 170+128+41=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8029 is #557FD6. Grayscale: #838383. Windows color (decimal): -5603287 or 2719914. OLE color: 2719914.
HSL color Cylindrical-coordinate representation of color #AA8029: hue angle of 40.47º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA8029 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 41 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.33 |
| HSL | 40.47º | 0.61% | 0.41% | - |
| HSV(B) | 40.47º | 0.76% | 0.67% | - |
| XYZ | 24.7 | 24.14 | 5.46 | - |
| YUV | 130.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 41 | 0 | 0.25 | 0.76 | 0.33 | 40.47 | 0.61 | 0.41 |
| Hex | AA | 80 | 29 | 0 | 19 | 4C | 21 | 28 | 3D | 29 |
| Octal | 252 | 200 | 51 | 0 | 31 | 114 | 41 | 50 | 75 | 51 |
| Binary | 10101010 | 10000000 | 101001 | 0 | 11001 | 1001100 | 100001 | 101000 | 111101 | 101001 |
Color Harmonies of #AA8029
Complementary color
Monochromatic Colors of #AA8029
Black with #AA8029
Text Example
Text Example
White with #AA8029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8029; }
p { color: rgb(170,128,41); }
H1.HeaderClassName
{
color: #AA8029;
}
.AnyTagClassName
{
color: #AA8029;
}
</style>
background-color css
<style>
a { background-color: #AA8029; }
a { background-color: rgb(170,128,41); }
div.DivClassName
{
background-color: #AA8029;
}
.BgClassName
{
background-color: #AA8029;
}
</style>
border-color css
<style>
span { border-color: #AA8029; }
span { border-color: rgb(170,128,41); }
td.TdClassName
{
border-color: #AA8029;
}
.TagClassName
{
border-color: #AA8029;
}
</style>