Shades of Hot Toddy #A97122
Tints of Hot Toddy #A97122
RGB
CMYK
RGB Variations
Color information
#A97122 (or 0xA97122) is known color: Hot Toddy. HEX triplet: A9, 71 and 22. RGB value is (169,113,34). Sum of RGB (Red+Green+Blue) = 169+113+34=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A97122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97122 is #568EDD. Grayscale: #797979. Windows color (decimal): -5672670 or 2257321. OLE color: 2257321.
HSL color Cylindrical-coordinate representation of color #A97122: hue angle of 35.11º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A97122 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 34 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.34 |
| HSL | 35.11º | 0.67% | 0.4% | - |
| HSV(B) | 35.11º | 0.8% | 0.66% | - |
| XYZ | 22.56 | 20.36 | 4.25 | - |
| YUV | 120.74 | 79.05 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 34 | 0 | 0.33 | 0.80 | 0.34 | 35.11 | 0.67 | 0.4 |
| Hex | A9 | 71 | 22 | 0 | 21 | 50 | 22 | 23 | 43 | 28 |
| Octal | 251 | 161 | 42 | 0 | 41 | 120 | 42 | 43 | 103 | 50 |
| Binary | 10101001 | 1110001 | 100010 | 0 | 100001 | 1010000 | 100010 | 100011 | 1000011 | 101000 |
Color Harmonies of #A97122
Complementary color
Monochromatic Colors of #A97122
Black with #A97122
Text Example
Text Example
White with #A97122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97122; }
p { color: rgb(169,113,34); }
H1.HeaderClassName
{
color: #A97122;
}
.AnyTagClassName
{
color: #A97122;
}
</style>
background-color css
<style>
a { background-color: #A97122; }
a { background-color: rgb(169,113,34); }
div.DivClassName
{
background-color: #A97122;
}
.BgClassName
{
background-color: #A97122;
}
</style>
border-color css
<style>
span { border-color: #A97122; }
span { border-color: rgb(169,113,34); }
td.TdClassName
{
border-color: #A97122;
}
.TagClassName
{
border-color: #A97122;
}
</style>