Shades of Hot Toddy #AA802D
Tints of Hot Toddy #AA802D
RGB
CMYK
RGB Variations
Color information
#AA802D (or 0xAA802D) is known color: Hot Toddy. HEX triplet: AA, 80 and 2D. RGB value is (170,128,45). Sum of RGB (Red+Green+Blue) = 170+128+45=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA802D is #557FD2. Grayscale: #838383. Windows color (decimal): -5603283 or 2982058. OLE color: 2982058.
HSL color Cylindrical-coordinate representation of color #AA802D: hue angle of 39.84º degrees, saturation: 0.58, 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 #AA802D is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 45 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.33 |
| HSL | 39.84º | 0.58% | 0.42% | - |
| HSV(B) | 39.84º | 0.74% | 0.67% | - |
| XYZ | 24.77 | 24.17 | 5.84 | - |
| YUV | 131.1 | 79.41 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 45 | 0 | 0.25 | 0.74 | 0.33 | 39.84 | 0.58 | 0.42 |
| Hex | AA | 80 | 2D | 0 | 19 | 4A | 21 | 28 | 3A | 2A |
| Octal | 252 | 200 | 55 | 0 | 31 | 112 | 41 | 50 | 72 | 52 |
| Binary | 10101010 | 10000000 | 101101 | 0 | 11001 | 1001010 | 100001 | 101000 | 111010 | 101010 |
Color Harmonies of #AA802D
Complementary color
Monochromatic Colors of #AA802D
Black with #AA802D
Text Example
Text Example
White with #AA802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA802D; }
p { color: rgb(170,128,45); }
H1.HeaderClassName
{
color: #AA802D;
}
.AnyTagClassName
{
color: #AA802D;
}
</style>
background-color css
<style>
a { background-color: #AA802D; }
a { background-color: rgb(170,128,45); }
div.DivClassName
{
background-color: #AA802D;
}
.BgClassName
{
background-color: #AA802D;
}
</style>
border-color css
<style>
span { border-color: #AA802D; }
span { border-color: rgb(170,128,45); }
td.TdClassName
{
border-color: #AA802D;
}
.TagClassName
{
border-color: #AA802D;
}
</style>