Shades of Hot Toddy #AA772B
Tints of Hot Toddy #AA772B
RGB
CMYK
RGB Variations
Color information
#AA772B (or 0xAA772B) is known color: Hot Toddy. HEX triplet: AA, 77 and 2B. RGB value is (170,119,43). Sum of RGB (Red+Green+Blue) = 170+119+43=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA772B is #5588D4. Grayscale: #7D7D7D. Windows color (decimal): -5605589 or 2848682. OLE color: 2848682.
HSL color Cylindrical-coordinate representation of color #AA772B: hue angle of 35.91º 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 #AA772B is Cyan = 0, Magento = 0.3, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 43 | - |
| CMYK | 0 | 0.3 | 0.75 | 0.33 |
| HSL | 35.91º | 0.6% | 0.42% | - |
| HSV(B) | 35.91º | 0.75% | 0.67% | - |
| XYZ | 23.61 | 21.91 | 5.27 | - |
| YUV | 125.59 | 81.4 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 43 | 0 | 0.3 | 0.75 | 0.33 | 35.91 | 0.6 | 0.42 |
| Hex | AA | 77 | 2B | 0 | 1E | 4B | 21 | 24 | 3C | 2A |
| Octal | 252 | 167 | 53 | 0 | 36 | 113 | 41 | 44 | 74 | 52 |
| Binary | 10101010 | 1110111 | 101011 | 0 | 11110 | 1001011 | 100001 | 100100 | 111100 | 101010 |
Color Harmonies of #AA772B
Complementary color
Monochromatic Colors of #AA772B
Black with #AA772B
Text Example
Text Example
White with #AA772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA772B; }
p { color: rgb(170,119,43); }
H1.HeaderClassName
{
color: #AA772B;
}
.AnyTagClassName
{
color: #AA772B;
}
</style>
background-color css
<style>
a { background-color: #AA772B; }
a { background-color: rgb(170,119,43); }
div.DivClassName
{
background-color: #AA772B;
}
.BgClassName
{
background-color: #AA772B;
}
</style>
border-color css
<style>
span { border-color: #AA772B; }
span { border-color: rgb(170,119,43); }
td.TdClassName
{
border-color: #AA772B;
}
.TagClassName
{
border-color: #AA772B;
}
</style>