Shades of Hot Toddy #AA7725
Tints of Hot Toddy #AA7725
RGB
CMYK
RGB Variations
Color information
#AA7725 (or 0xAA7725) is known color: Hot Toddy. HEX triplet: AA, 77 and 25. RGB value is (170,119,37). Sum of RGB (Red+Green+Blue) = 170+119+37=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7725 is #5588DA. Grayscale: #7D7D7D. Windows color (decimal): -5605595 or 2455466. OLE color: 2455466.
HSL color Cylindrical-coordinate representation of color #AA7725: hue angle of 36.99º 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 #AA7725 is Cyan = 0, Magento = 0.3, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 37 | - |
| CMYK | 0 | 0.3 | 0.78 | 0.33 |
| HSL | 36.99º | 0.64% | 0.41% | - |
| HSV(B) | 36.99º | 0.78% | 0.67% | - |
| XYZ | 23.51 | 21.87 | 4.73 | - |
| YUV | 124.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 37 | 0 | 0.3 | 0.78 | 0.33 | 36.99 | 0.64 | 0.41 |
| Hex | AA | 77 | 25 | 0 | 1E | 4E | 21 | 25 | 40 | 29 |
| Octal | 252 | 167 | 45 | 0 | 36 | 116 | 41 | 45 | 100 | 51 |
| Binary | 10101010 | 1110111 | 100101 | 0 | 11110 | 1001110 | 100001 | 100101 | 1000000 | 101001 |
Color Harmonies of #AA7725
Complementary color
Monochromatic Colors of #AA7725
Black with #AA7725
Text Example
Text Example
White with #AA7725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7725; }
p { color: rgb(170,119,37); }
H1.HeaderClassName
{
color: #AA7725;
}
.AnyTagClassName
{
color: #AA7725;
}
</style>
background-color css
<style>
a { background-color: #AA7725; }
a { background-color: rgb(170,119,37); }
div.DivClassName
{
background-color: #AA7725;
}
.BgClassName
{
background-color: #AA7725;
}
</style>
border-color css
<style>
span { border-color: #AA7725; }
span { border-color: rgb(170,119,37); }
td.TdClassName
{
border-color: #AA7725;
}
.TagClassName
{
border-color: #AA7725;
}
</style>