Shades of Hot Toddy #AA772A
Tints of Hot Toddy #AA772A
RGB
CMYK
RGB Variations
Color information
#AA772A (or 0xAA772A) is known color: Hot Toddy. HEX triplet: AA, 77 and 2A. RGB value is (170,119,42). Sum of RGB (Red+Green+Blue) = 170+119+42=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA772A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA772A is #5588D5. Grayscale: #7D7D7D. Windows color (decimal): -5605590 or 2783146. OLE color: 2783146.
HSL color Cylindrical-coordinate representation of color #AA772A: hue angle of 36.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA772A is Cyan = 0, Magento = 0.3, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 42 | - |
| CMYK | 0 | 0.3 | 0.75 | 0.33 |
| HSL | 36.09º | 0.6% | 0.42% | - |
| HSV(B) | 36.09º | 0.75% | 0.67% | - |
| XYZ | 23.59 | 21.91 | 5.18 | - |
| YUV | 125.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 42 | 0 | 0.3 | 0.75 | 0.33 | 36.09 | 0.6 | 0.42 |
| Hex | AA | 77 | 2A | 0 | 1E | 4B | 21 | 24 | 3C | 2A |
| Octal | 252 | 167 | 52 | 0 | 36 | 113 | 41 | 44 | 74 | 52 |
| Binary | 10101010 | 1110111 | 101010 | 0 | 11110 | 1001011 | 100001 | 100100 | 111100 | 101010 |
Color Harmonies of #AA772A
Complementary color
Monochromatic Colors of #AA772A
Black with #AA772A
Text Example
Text Example
White with #AA772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA772A; }
p { color: rgb(170,119,42); }
H1.HeaderClassName
{
color: #AA772A;
}
.AnyTagClassName
{
color: #AA772A;
}
</style>
background-color css
<style>
a { background-color: #AA772A; }
a { background-color: rgb(170,119,42); }
div.DivClassName
{
background-color: #AA772A;
}
.BgClassName
{
background-color: #AA772A;
}
</style>
border-color css
<style>
span { border-color: #AA772A; }
span { border-color: rgb(170,119,42); }
td.TdClassName
{
border-color: #AA772A;
}
.TagClassName
{
border-color: #AA772A;
}
</style>