Shades of Hot Toddy #A97024
Tints of Hot Toddy #A97024
RGB
CMYK
RGB Variations
Color information
#A97024 (or 0xA97024) is known color: Hot Toddy. HEX triplet: A9, 70 and 24. RGB value is (169,112,36). Sum of RGB (Red+Green+Blue) = 169+112+36=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A97024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97024 is #568FDB. Grayscale: #787878. Windows color (decimal): -5672924 or 2388137. OLE color: 2388137.
HSL color Cylindrical-coordinate representation of color #A97024: hue angle of 34.29º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A97024 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 36 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.34 |
| HSL | 34.29º | 0.65% | 0.4% | - |
| HSV(B) | 34.29º | 0.79% | 0.66% | - |
| XYZ | 22.47 | 20.15 | 4.37 | - |
| YUV | 120.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 36 | 0 | 0.34 | 0.79 | 0.34 | 34.29 | 0.65 | 0.4 |
| Hex | A9 | 70 | 24 | 0 | 22 | 4F | 22 | 22 | 41 | 28 |
| Octal | 251 | 160 | 44 | 0 | 42 | 117 | 42 | 42 | 101 | 50 |
| Binary | 10101001 | 1110000 | 100100 | 0 | 100010 | 1001111 | 100010 | 100010 | 1000001 | 101000 |
Color Harmonies of #A97024
Complementary color
Monochromatic Colors of #A97024
Black with #A97024
Text Example
Text Example
White with #A97024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97024; }
p { color: rgb(169,112,36); }
H1.HeaderClassName
{
color: #A97024;
}
.AnyTagClassName
{
color: #A97024;
}
</style>
background-color css
<style>
a { background-color: #A97024; }
a { background-color: rgb(169,112,36); }
div.DivClassName
{
background-color: #A97024;
}
.BgClassName
{
background-color: #A97024;
}
</style>
border-color css
<style>
span { border-color: #A97024; }
span { border-color: rgb(169,112,36); }
td.TdClassName
{
border-color: #A97024;
}
.TagClassName
{
border-color: #A97024;
}
</style>