Shades of Hot Toddy #AA7E2A
Tints of Hot Toddy #AA7E2A
RGB
CMYK
RGB Variations
Color information
#AA7E2A (or 0xAA7E2A) is known color: Hot Toddy. HEX triplet: AA, 7E and 2A. RGB value is (170,126,42). Sum of RGB (Red+Green+Blue) = 170+126+42=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E2A is #5581D5. Grayscale: #818181. Windows color (decimal): -5603798 or 2784938. OLE color: 2784938.
HSL color Cylindrical-coordinate representation of color #AA7E2A: hue angle of 39.38º 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 #AA7E2A is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 42 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.33 |
| HSL | 39.38º | 0.6% | 0.42% | - |
| HSV(B) | 39.38º | 0.75% | 0.67% | - |
| XYZ | 24.46 | 23.63 | 5.46 | - |
| YUV | 129.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 42 | 0 | 0.26 | 0.75 | 0.33 | 39.38 | 0.6 | 0.42 |
| Hex | AA | 7E | 2A | 0 | 1A | 4B | 21 | 27 | 3C | 2A |
| Octal | 252 | 176 | 52 | 0 | 32 | 113 | 41 | 47 | 74 | 52 |
| Binary | 10101010 | 1111110 | 101010 | 0 | 11010 | 1001011 | 100001 | 100111 | 111100 | 101010 |
Color Harmonies of #AA7E2A
Complementary color
Monochromatic Colors of #AA7E2A
Black with #AA7E2A
Text Example
Text Example
White with #AA7E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E2A; }
p { color: rgb(170,126,42); }
H1.HeaderClassName
{
color: #AA7E2A;
}
.AnyTagClassName
{
color: #AA7E2A;
}
</style>
background-color css
<style>
a { background-color: #AA7E2A; }
a { background-color: rgb(170,126,42); }
div.DivClassName
{
background-color: #AA7E2A;
}
.BgClassName
{
background-color: #AA7E2A;
}
</style>
border-color css
<style>
span { border-color: #AA7E2A; }
span { border-color: rgb(170,126,42); }
td.TdClassName
{
border-color: #AA7E2A;
}
.TagClassName
{
border-color: #AA7E2A;
}
</style>