Shades of Hot Toddy #AA7F2A
Tints of Hot Toddy #AA7F2A
RGB
CMYK
RGB Variations
Color information
#AA7F2A (or 0xAA7F2A) is known color: Hot Toddy. HEX triplet: AA, 7F and 2A. RGB value is (170,127,42). Sum of RGB (Red+Green+Blue) = 170+127+42=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F2A is #5580D5. Grayscale: #828282. Windows color (decimal): -5603542 or 2785194. OLE color: 2785194.
HSL color Cylindrical-coordinate representation of color #AA7F2A: hue angle of 39.84º 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 #AA7F2A is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 42 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.33 |
| HSL | 39.84º | 0.6% | 0.42% | - |
| HSV(B) | 39.84º | 0.75% | 0.67% | - |
| XYZ | 24.58 | 23.89 | 5.51 | - |
| YUV | 130.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 42 | 0 | 0.25 | 0.75 | 0.33 | 39.84 | 0.6 | 0.42 |
| Hex | AA | 7F | 2A | 0 | 19 | 4B | 21 | 28 | 3C | 2A |
| Octal | 252 | 177 | 52 | 0 | 31 | 113 | 41 | 50 | 74 | 52 |
| Binary | 10101010 | 1111111 | 101010 | 0 | 11001 | 1001011 | 100001 | 101000 | 111100 | 101010 |
Color Harmonies of #AA7F2A
Complementary color
Monochromatic Colors of #AA7F2A
Black with #AA7F2A
Text Example
Text Example
White with #AA7F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F2A; }
p { color: rgb(170,127,42); }
H1.HeaderClassName
{
color: #AA7F2A;
}
.AnyTagClassName
{
color: #AA7F2A;
}
</style>
background-color css
<style>
a { background-color: #AA7F2A; }
a { background-color: rgb(170,127,42); }
div.DivClassName
{
background-color: #AA7F2A;
}
.BgClassName
{
background-color: #AA7F2A;
}
</style>
border-color css
<style>
span { border-color: #AA7F2A; }
span { border-color: rgb(170,127,42); }
td.TdClassName
{
border-color: #AA7F2A;
}
.TagClassName
{
border-color: #AA7F2A;
}
</style>