Shades of Hot Toddy #AA812C
Tints of Hot Toddy #AA812C
RGB
CMYK
RGB Variations
Color information
#AA812C (or 0xAA812C) is known color: Hot Toddy. HEX triplet: AA, 81 and 2C. RGB value is (170,129,44). Sum of RGB (Red+Green+Blue) = 170+129+44=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA812C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA812C is #557ED3. Grayscale: #838383. Windows color (decimal): -5603028 or 2916778. OLE color: 2916778.
HSL color Cylindrical-coordinate representation of color #AA812C: hue angle of 40.48º degrees, saturation: 0.59, 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 #AA812C is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 44 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.33 |
| HSL | 40.48º | 0.59% | 0.42% | - |
| HSV(B) | 40.48º | 0.74% | 0.67% | - |
| XYZ | 24.88 | 24.43 | 5.79 | - |
| YUV | 131.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 44 | 0 | 0.24 | 0.74 | 0.33 | 40.48 | 0.59 | 0.42 |
| Hex | AA | 81 | 2C | 0 | 18 | 4A | 21 | 28 | 3B | 2A |
| Octal | 252 | 201 | 54 | 0 | 30 | 112 | 41 | 50 | 73 | 52 |
| Binary | 10101010 | 10000001 | 101100 | 0 | 11000 | 1001010 | 100001 | 101000 | 111011 | 101010 |
Color Harmonies of #AA812C
Complementary color
Monochromatic Colors of #AA812C
Black with #AA812C
Text Example
Text Example
White with #AA812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA812C; }
p { color: rgb(170,129,44); }
H1.HeaderClassName
{
color: #AA812C;
}
.AnyTagClassName
{
color: #AA812C;
}
</style>
background-color css
<style>
a { background-color: #AA812C; }
a { background-color: rgb(170,129,44); }
div.DivClassName
{
background-color: #AA812C;
}
.BgClassName
{
background-color: #AA812C;
}
</style>
border-color css
<style>
span { border-color: #AA812C; }
span { border-color: rgb(170,129,44); }
td.TdClassName
{
border-color: #AA812C;
}
.TagClassName
{
border-color: #AA812C;
}
</style>