Shades of Hot Toddy #AA7F32
Tints of Hot Toddy #AA7F32
RGB
CMYK
RGB Variations
Color information
#AA7F32 (or 0xAA7F32) is known color: Hot Toddy. HEX triplet: AA, 7F and 32. RGB value is (170,127,50). Sum of RGB (Red+Green+Blue) = 170+127+50=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F32 is #5580CD. Grayscale: #838383. Windows color (decimal): -5603534 or 3309482. OLE color: 3309482.
HSL color Cylindrical-coordinate representation of color #AA7F32: hue angle of 38.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA7F32 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 50 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.33 |
| HSL | 38.5º | 0.55% | 0.43% | - |
| HSV(B) | 38.5º | 0.71% | 0.67% | - |
| XYZ | 24.74 | 23.96 | 6.34 | - |
| YUV | 131.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 50 | 0 | 0.25 | 0.71 | 0.33 | 38.5 | 0.55 | 0.43 |
| Hex | AA | 7F | 32 | 0 | 19 | 47 | 21 | 26 | 37 | 2B |
| Octal | 252 | 177 | 62 | 0 | 31 | 107 | 41 | 46 | 67 | 53 |
| Binary | 10101010 | 1111111 | 110010 | 0 | 11001 | 1000111 | 100001 | 100110 | 110111 | 101011 |
Color Harmonies of #AA7F32
Complementary color
Monochromatic Colors of #AA7F32
Black with #AA7F32
Text Example
Text Example
White with #AA7F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F32; }
p { color: rgb(170,127,50); }
H1.HeaderClassName
{
color: #AA7F32;
}
.AnyTagClassName
{
color: #AA7F32;
}
</style>
background-color css
<style>
a { background-color: #AA7F32; }
a { background-color: rgb(170,127,50); }
div.DivClassName
{
background-color: #AA7F32;
}
.BgClassName
{
background-color: #AA7F32;
}
</style>
border-color css
<style>
span { border-color: #AA7F32; }
span { border-color: rgb(170,127,50); }
td.TdClassName
{
border-color: #AA7F32;
}
.TagClassName
{
border-color: #AA7F32;
}
</style>