Shades of Hot Toddy #AA7231
Tints of Hot Toddy #AA7231
RGB
CMYK
RGB Variations
Color information
#AA7231 (or 0xAA7231) is known color: Hot Toddy. HEX triplet: AA, 72 and 31. RGB value is (170,114,49). Sum of RGB (Red+Green+Blue) = 170+114+49=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7231 is #558DCE. Grayscale: #7B7B7B. Windows color (decimal): -5606863 or 3240618. OLE color: 3240618.
HSL color Cylindrical-coordinate representation of color #AA7231: hue angle of 32.23º 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 #AA7231 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 49 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.33 |
| HSL | 32.23º | 0.55% | 0.43% | - |
| HSV(B) | 32.23º | 0.71% | 0.67% | - |
| XYZ | 23.15 | 20.8 | 5.7 | - |
| YUV | 123.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 49 | 0 | 0.33 | 0.71 | 0.33 | 32.23 | 0.55 | 0.43 |
| Hex | AA | 72 | 31 | 0 | 21 | 47 | 21 | 20 | 37 | 2B |
| Octal | 252 | 162 | 61 | 0 | 41 | 107 | 41 | 40 | 67 | 53 |
| Binary | 10101010 | 1110010 | 110001 | 0 | 100001 | 1000111 | 100001 | 100000 | 110111 | 101011 |
Color Harmonies of #AA7231
Complementary color
Monochromatic Colors of #AA7231
Black with #AA7231
Text Example
Text Example
White with #AA7231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7231; }
p { color: rgb(170,114,49); }
H1.HeaderClassName
{
color: #AA7231;
}
.AnyTagClassName
{
color: #AA7231;
}
</style>
background-color css
<style>
a { background-color: #AA7231; }
a { background-color: rgb(170,114,49); }
div.DivClassName
{
background-color: #AA7231;
}
.BgClassName
{
background-color: #AA7231;
}
</style>
border-color css
<style>
span { border-color: #AA7231; }
span { border-color: rgb(170,114,49); }
td.TdClassName
{
border-color: #AA7231;
}
.TagClassName
{
border-color: #AA7231;
}
</style>