Shades of Hot Toddy #AA812E
Tints of Hot Toddy #AA812E
RGB
CMYK
RGB Variations
Color information
#AA812E (or 0xAA812E) is known color: Hot Toddy. HEX triplet: AA, 81 and 2E. RGB value is (170,129,46). Sum of RGB (Red+Green+Blue) = 170+129+46=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA812E is #557ED1. Grayscale: #848484. Windows color (decimal): -5603026 or 3047850. OLE color: 3047850.
HSL color Cylindrical-coordinate representation of color #AA812E: hue angle of 40.16º 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 #AA812E is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 46 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.33 |
| HSL | 40.16º | 0.57% | 0.42% | - |
| HSV(B) | 40.16º | 0.73% | 0.67% | - |
| XYZ | 24.92 | 24.44 | 5.99 | - |
| YUV | 131.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 46 | 0 | 0.24 | 0.73 | 0.33 | 40.16 | 0.57 | 0.42 |
| Hex | AA | 81 | 2E | 0 | 18 | 49 | 21 | 28 | 39 | 2A |
| Octal | 252 | 201 | 56 | 0 | 30 | 111 | 41 | 50 | 71 | 52 |
| Binary | 10101010 | 10000001 | 101110 | 0 | 11000 | 1001001 | 100001 | 101000 | 111001 | 101010 |
Color Harmonies of #AA812E
Complementary color
Monochromatic Colors of #AA812E
Black with #AA812E
Text Example
Text Example
White with #AA812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA812E; }
p { color: rgb(170,129,46); }
H1.HeaderClassName
{
color: #AA812E;
}
.AnyTagClassName
{
color: #AA812E;
}
</style>
background-color css
<style>
a { background-color: #AA812E; }
a { background-color: rgb(170,129,46); }
div.DivClassName
{
background-color: #AA812E;
}
.BgClassName
{
background-color: #AA812E;
}
</style>
border-color css
<style>
span { border-color: #AA812E; }
span { border-color: rgb(170,129,46); }
td.TdClassName
{
border-color: #AA812E;
}
.TagClassName
{
border-color: #AA812E;
}
</style>