Shades of Hot Toddy #AA7F2E
Tints of Hot Toddy #AA7F2E
RGB
CMYK
RGB Variations
Color information
#AA7F2E (or 0xAA7F2E) is known color: Hot Toddy. HEX triplet: AA, 7F and 2E. RGB value is (170,127,46). Sum of RGB (Red+Green+Blue) = 170+127+46=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F2E is #5580D1. Grayscale: #828282. Windows color (decimal): -5603538 or 3047338. OLE color: 3047338.
HSL color Cylindrical-coordinate representation of color #AA7F2E: hue angle of 39.19º 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 #AA7F2E is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 46 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.33 |
| HSL | 39.19º | 0.57% | 0.42% | - |
| HSV(B) | 39.19º | 0.73% | 0.67% | - |
| XYZ | 24.66 | 23.92 | 5.9 | - |
| YUV | 130.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 46 | 0 | 0.25 | 0.73 | 0.33 | 39.19 | 0.57 | 0.42 |
| Hex | AA | 7F | 2E | 0 | 19 | 49 | 21 | 27 | 39 | 2A |
| Octal | 252 | 177 | 56 | 0 | 31 | 111 | 41 | 47 | 71 | 52 |
| Binary | 10101010 | 1111111 | 101110 | 0 | 11001 | 1001001 | 100001 | 100111 | 111001 | 101010 |
Color Harmonies of #AA7F2E
Complementary color
Monochromatic Colors of #AA7F2E
Black with #AA7F2E
Text Example
Text Example
White with #AA7F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F2E; }
p { color: rgb(170,127,46); }
H1.HeaderClassName
{
color: #AA7F2E;
}
.AnyTagClassName
{
color: #AA7F2E;
}
</style>
background-color css
<style>
a { background-color: #AA7F2E; }
a { background-color: rgb(170,127,46); }
div.DivClassName
{
background-color: #AA7F2E;
}
.BgClassName
{
background-color: #AA7F2E;
}
</style>
border-color css
<style>
span { border-color: #AA7F2E; }
span { border-color: rgb(170,127,46); }
td.TdClassName
{
border-color: #AA7F2E;
}
.TagClassName
{
border-color: #AA7F2E;
}
</style>