Shades of Hot Toddy #AA7519
Tints of Hot Toddy #AA7519
RGB
CMYK
RGB Variations
Color information
#AA7519 (or 0xAA7519) is known color: Hot Toddy. HEX triplet: AA, 75 and 19. RGB value is (170,117,25). Sum of RGB (Red+Green+Blue) = 170+117+25=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7519 is #558AE6. Grayscale: #7A7A7A. Windows color (decimal): -5606119 or 1668522. OLE color: 1668522.
HSL color Cylindrical-coordinate representation of color #AA7519: hue angle of 38.07º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA7519 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 25 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.33 |
| HSL | 38.07º | 0.74% | 0.38% | - |
| HSV(B) | 38.07º | 0.85% | 0.67% | - |
| XYZ | 23.11 | 21.34 | 3.82 | - |
| YUV | 122.36 | 73.06 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 25 | 0 | 0.31 | 0.85 | 0.33 | 38.07 | 0.74 | 0.38 |
| Hex | AA | 75 | 19 | 0 | 1F | 55 | 21 | 26 | 4A | 26 |
| Octal | 252 | 165 | 31 | 0 | 37 | 125 | 41 | 46 | 112 | 46 |
| Binary | 10101010 | 1110101 | 11001 | 0 | 11111 | 1010101 | 100001 | 100110 | 1001010 | 100110 |
Color Harmonies of #AA7519
Complementary color
Monochromatic Colors of #AA7519
Black with #AA7519
Text Example
Text Example
White with #AA7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7519; }
p { color: rgb(170,117,25); }
H1.HeaderClassName
{
color: #AA7519;
}
.AnyTagClassName
{
color: #AA7519;
}
</style>
background-color css
<style>
a { background-color: #AA7519; }
a { background-color: rgb(170,117,25); }
div.DivClassName
{
background-color: #AA7519;
}
.BgClassName
{
background-color: #AA7519;
}
</style>
border-color css
<style>
span { border-color: #AA7519; }
span { border-color: rgb(170,117,25); }
td.TdClassName
{
border-color: #AA7519;
}
.TagClassName
{
border-color: #AA7519;
}
</style>