Shades of Hot Toddy #AA7E2C
Tints of Hot Toddy #AA7E2C
RGB
CMYK
RGB Variations
Color information
#AA7E2C (or 0xAA7E2C) is known color: Hot Toddy. HEX triplet: AA, 7E and 2C. RGB value is (170,126,44). Sum of RGB (Red+Green+Blue) = 170+126+44=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E2C is #5581D3. Grayscale: #828282. Windows color (decimal): -5603796 or 2916010. OLE color: 2916010.
HSL color Cylindrical-coordinate representation of color #AA7E2C: hue angle of 39.05º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA7E2C is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 44 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.33 |
| HSL | 39.05º | 0.59% | 0.42% | - |
| HSV(B) | 39.05º | 0.74% | 0.67% | - |
| XYZ | 24.49 | 23.65 | 5.66 | - |
| YUV | 129.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 44 | 0 | 0.26 | 0.74 | 0.33 | 39.05 | 0.59 | 0.42 |
| Hex | AA | 7E | 2C | 0 | 1A | 4A | 21 | 27 | 3B | 2A |
| Octal | 252 | 176 | 54 | 0 | 32 | 112 | 41 | 47 | 73 | 52 |
| Binary | 10101010 | 1111110 | 101100 | 0 | 11010 | 1001010 | 100001 | 100111 | 111011 | 101010 |
Color Harmonies of #AA7E2C
Complementary color
Monochromatic Colors of #AA7E2C
Black with #AA7E2C
Text Example
Text Example
White with #AA7E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E2C; }
p { color: rgb(170,126,44); }
H1.HeaderClassName
{
color: #AA7E2C;
}
.AnyTagClassName
{
color: #AA7E2C;
}
</style>
background-color css
<style>
a { background-color: #AA7E2C; }
a { background-color: rgb(170,126,44); }
div.DivClassName
{
background-color: #AA7E2C;
}
.BgClassName
{
background-color: #AA7E2C;
}
</style>
border-color css
<style>
span { border-color: #AA7E2C; }
span { border-color: rgb(170,126,44); }
td.TdClassName
{
border-color: #AA7E2C;
}
.TagClassName
{
border-color: #AA7E2C;
}
</style>