Shades of Hot Toddy #AA762A
Tints of Hot Toddy #AA762A
RGB
CMYK
RGB Variations
Color information
#AA762A (or 0xAA762A) is known color: Hot Toddy. HEX triplet: AA, 76 and 2A. RGB value is (170,118,42). Sum of RGB (Red+Green+Blue) = 170+118+42=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA762A is #5589D5. Grayscale: #7D7D7D. Windows color (decimal): -5605846 or 2782890. OLE color: 2782890.
HSL color Cylindrical-coordinate representation of color #AA762A: hue angle of 35.62º 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 #AA762A is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 42 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.33 |
| HSL | 35.63º | 0.6% | 0.42% | - |
| HSV(B) | 35.63º | 0.75% | 0.67% | - |
| XYZ | 23.47 | 21.67 | 5.14 | - |
| YUV | 124.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 42 | 0 | 0.31 | 0.75 | 0.33 | 35.63 | 0.6 | 0.42 |
| Hex | AA | 76 | 2A | 0 | 1F | 4B | 21 | 24 | 3C | 2A |
| Octal | 252 | 166 | 52 | 0 | 37 | 113 | 41 | 44 | 74 | 52 |
| Binary | 10101010 | 1110110 | 101010 | 0 | 11111 | 1001011 | 100001 | 100100 | 111100 | 101010 |
Color Harmonies of #AA762A
Complementary color
Monochromatic Colors of #AA762A
Black with #AA762A
Text Example
Text Example
White with #AA762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA762A; }
p { color: rgb(170,118,42); }
H1.HeaderClassName
{
color: #AA762A;
}
.AnyTagClassName
{
color: #AA762A;
}
</style>
background-color css
<style>
a { background-color: #AA762A; }
a { background-color: rgb(170,118,42); }
div.DivClassName
{
background-color: #AA762A;
}
.BgClassName
{
background-color: #AA762A;
}
</style>
border-color css
<style>
span { border-color: #AA762A; }
span { border-color: rgb(170,118,42); }
td.TdClassName
{
border-color: #AA762A;
}
.TagClassName
{
border-color: #AA762A;
}
</style>