Shades of Hot Toddy #AA772E
Tints of Hot Toddy #AA772E
RGB
CMYK
RGB Variations
Color information
#AA772E (or 0xAA772E) is known color: Hot Toddy. HEX triplet: AA, 77 and 2E. RGB value is (170,119,46). Sum of RGB (Red+Green+Blue) = 170+119+46=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA772E is #5588D1. Grayscale: #7E7E7E. Windows color (decimal): -5605586 or 3045290. OLE color: 3045290.
HSL color Cylindrical-coordinate representation of color #AA772E: hue angle of 35.32º 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 #AA772E is Cyan = 0, Magento = 0.3, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 46 | - |
| CMYK | 0 | 0.3 | 0.73 | 0.33 |
| HSL | 35.32º | 0.57% | 0.42% | - |
| HSV(B) | 35.32º | 0.73% | 0.67% | - |
| XYZ | 23.67 | 21.94 | 5.57 | - |
| YUV | 125.93 | 82.9 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 46 | 0 | 0.3 | 0.73 | 0.33 | 35.32 | 0.57 | 0.42 |
| Hex | AA | 77 | 2E | 0 | 1E | 49 | 21 | 23 | 39 | 2A |
| Octal | 252 | 167 | 56 | 0 | 36 | 111 | 41 | 43 | 71 | 52 |
| Binary | 10101010 | 1110111 | 101110 | 0 | 11110 | 1001001 | 100001 | 100011 | 111001 | 101010 |
Color Harmonies of #AA772E
Complementary color
Monochromatic Colors of #AA772E
Black with #AA772E
Text Example
Text Example
White with #AA772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA772E; }
p { color: rgb(170,119,46); }
H1.HeaderClassName
{
color: #AA772E;
}
.AnyTagClassName
{
color: #AA772E;
}
</style>
background-color css
<style>
a { background-color: #AA772E; }
a { background-color: rgb(170,119,46); }
div.DivClassName
{
background-color: #AA772E;
}
.BgClassName
{
background-color: #AA772E;
}
</style>
border-color css
<style>
span { border-color: #AA772E; }
span { border-color: rgb(170,119,46); }
td.TdClassName
{
border-color: #AA772E;
}
.TagClassName
{
border-color: #AA772E;
}
</style>