Shades of Hot Toddy #AA7928
Tints of Hot Toddy #AA7928
RGB
CMYK
RGB Variations
Color information
#AA7928 (or 0xAA7928) is known color: Hot Toddy. HEX triplet: AA, 79 and 28. RGB value is (170,121,40). Sum of RGB (Red+Green+Blue) = 170+121+40=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7928 is #5586D7. Grayscale: #7E7E7E. Windows color (decimal): -5605080 or 2652586. OLE color: 2652586.
HSL color Cylindrical-coordinate representation of color #AA7928: hue angle of 37.38º 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 #AA7928 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 40 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.33 |
| HSL | 37.38º | 0.62% | 0.41% | - |
| HSV(B) | 37.38º | 0.76% | 0.67% | - |
| XYZ | 23.8 | 22.37 | 5.07 | - |
| YUV | 126.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 40 | 0 | 0.29 | 0.76 | 0.33 | 37.38 | 0.62 | 0.41 |
| Hex | AA | 79 | 28 | 0 | 1D | 4C | 21 | 25 | 3E | 29 |
| Octal | 252 | 171 | 50 | 0 | 35 | 114 | 41 | 45 | 76 | 51 |
| Binary | 10101010 | 1111001 | 101000 | 0 | 11101 | 1001100 | 100001 | 100101 | 111110 | 101001 |
Color Harmonies of #AA7928
Complementary color
Monochromatic Colors of #AA7928
Black with #AA7928
Text Example
Text Example
White with #AA7928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7928; }
p { color: rgb(170,121,40); }
H1.HeaderClassName
{
color: #AA7928;
}
.AnyTagClassName
{
color: #AA7928;
}
</style>
background-color css
<style>
a { background-color: #AA7928; }
a { background-color: rgb(170,121,40); }
div.DivClassName
{
background-color: #AA7928;
}
.BgClassName
{
background-color: #AA7928;
}
</style>
border-color css
<style>
span { border-color: #AA7928; }
span { border-color: rgb(170,121,40); }
td.TdClassName
{
border-color: #AA7928;
}
.TagClassName
{
border-color: #AA7928;
}
</style>