Shades of Hot Toddy #AA7925
Tints of Hot Toddy #AA7925
RGB
CMYK
RGB Variations
Color information
#AA7925 (or 0xAA7925) is known color: Hot Toddy. HEX triplet: AA, 79 and 25. RGB value is (170,121,37). Sum of RGB (Red+Green+Blue) = 170+121+37=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7925 is #5586DA. Grayscale: #7E7E7E. Windows color (decimal): -5605083 or 2455978. OLE color: 2455978.
HSL color Cylindrical-coordinate representation of color #AA7925: hue angle of 37.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA7925 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 37 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.33 |
| HSL | 37.89º | 0.64% | 0.41% | - |
| HSV(B) | 37.89º | 0.78% | 0.67% | - |
| XYZ | 23.75 | 22.35 | 4.81 | - |
| YUV | 126.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 37 | 0 | 0.29 | 0.78 | 0.33 | 37.89 | 0.64 | 0.41 |
| Hex | AA | 79 | 25 | 0 | 1D | 4E | 21 | 26 | 40 | 29 |
| Octal | 252 | 171 | 45 | 0 | 35 | 116 | 41 | 46 | 100 | 51 |
| Binary | 10101010 | 1111001 | 100101 | 0 | 11101 | 1001110 | 100001 | 100110 | 1000000 | 101001 |
Color Harmonies of #AA7925
Complementary color
Monochromatic Colors of #AA7925
Black with #AA7925
Text Example
Text Example
White with #AA7925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7925; }
p { color: rgb(170,121,37); }
H1.HeaderClassName
{
color: #AA7925;
}
.AnyTagClassName
{
color: #AA7925;
}
</style>
background-color css
<style>
a { background-color: #AA7925; }
a { background-color: rgb(170,121,37); }
div.DivClassName
{
background-color: #AA7925;
}
.BgClassName
{
background-color: #AA7925;
}
</style>
border-color css
<style>
span { border-color: #AA7925; }
span { border-color: rgb(170,121,37); }
td.TdClassName
{
border-color: #AA7925;
}
.TagClassName
{
border-color: #AA7925;
}
</style>