Shades of Hot Toddy #A17A32
Tints of Hot Toddy #A17A32
RGB
CMYK
RGB Variations
Color information
#A17A32 (or 0xA17A32) is known color: Hot Toddy. HEX triplet: A1, 7A and 32. RGB value is (161,122,50). Sum of RGB (Red+Green+Blue) = 161+122+50=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A32 is #5E85CD. Grayscale: #7D7D7D. Windows color (decimal): -6194638 or 3308193. OLE color: 3308193.
HSL color Cylindrical-coordinate representation of color #A17A32: hue angle of 38.92º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A17A32 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 50 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.37 |
| HSL | 38.92º | 0.53% | 0.41% | - |
| HSV(B) | 38.92º | 0.69% | 0.63% | - |
| XYZ | 22.23 | 21.73 | 6.04 | - |
| YUV | 125.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 50 | 0 | 0.24 | 0.69 | 0.37 | 38.92 | 0.53 | 0.41 |
| Hex | A1 | 7A | 32 | 0 | 18 | 45 | 25 | 27 | 35 | 29 |
| Octal | 241 | 172 | 62 | 0 | 30 | 105 | 45 | 47 | 65 | 51 |
| Binary | 10100001 | 1111010 | 110010 | 0 | 11000 | 1000101 | 100101 | 100111 | 110101 | 101001 |
Color Harmonies of #A17A32
Complementary color
Monochromatic Colors of #A17A32
Black with #A17A32
Text Example
Text Example
White with #A17A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A32; }
p { color: rgb(161,122,50); }
H1.HeaderClassName
{
color: #A17A32;
}
.AnyTagClassName
{
color: #A17A32;
}
</style>
background-color css
<style>
a { background-color: #A17A32; }
a { background-color: rgb(161,122,50); }
div.DivClassName
{
background-color: #A17A32;
}
.BgClassName
{
background-color: #A17A32;
}
</style>
border-color css
<style>
span { border-color: #A17A32; }
span { border-color: rgb(161,122,50); }
td.TdClassName
{
border-color: #A17A32;
}
.TagClassName
{
border-color: #A17A32;
}
</style>