Shades of Hot Toddy #AA7128
Tints of Hot Toddy #AA7128
RGB
CMYK
RGB Variations
Color information
#AA7128 (or 0xAA7128) is known color: Hot Toddy. HEX triplet: AA, 71 and 28. RGB value is (170,113,40). Sum of RGB (Red+Green+Blue) = 170+113+40=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7128 is #558ED7. Grayscale: #7A7A7A. Windows color (decimal): -5607128 or 2650538. OLE color: 2650538.
HSL color Cylindrical-coordinate representation of color #AA7128: hue angle of 33.69º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA7128 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 40 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.33 |
| HSL | 33.69º | 0.62% | 0.41% | - |
| HSV(B) | 33.69º | 0.76% | 0.67% | - |
| XYZ | 22.87 | 20.51 | 4.76 | - |
| YUV | 121.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 40 | 0 | 0.34 | 0.76 | 0.33 | 33.69 | 0.62 | 0.41 |
| Hex | AA | 71 | 28 | 0 | 22 | 4C | 21 | 22 | 3E | 29 |
| Octal | 252 | 161 | 50 | 0 | 42 | 114 | 41 | 42 | 76 | 51 |
| Binary | 10101010 | 1110001 | 101000 | 0 | 100010 | 1001100 | 100001 | 100010 | 111110 | 101001 |
Color Harmonies of #AA7128
Complementary color
Monochromatic Colors of #AA7128
Black with #AA7128
Text Example
Text Example
White with #AA7128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7128; }
p { color: rgb(170,113,40); }
H1.HeaderClassName
{
color: #AA7128;
}
.AnyTagClassName
{
color: #AA7128;
}
</style>
background-color css
<style>
a { background-color: #AA7128; }
a { background-color: rgb(170,113,40); }
div.DivClassName
{
background-color: #AA7128;
}
.BgClassName
{
background-color: #AA7128;
}
</style>
border-color css
<style>
span { border-color: #AA7128; }
span { border-color: rgb(170,113,40); }
td.TdClassName
{
border-color: #AA7128;
}
.TagClassName
{
border-color: #AA7128;
}
</style>