Shades of Hot Toddy #A17B32
Tints of Hot Toddy #A17B32
RGB
CMYK
RGB Variations
Color information
#A17B32 (or 0xA17B32) is known color: Hot Toddy. HEX triplet: A1, 7B and 32. RGB value is (161,123,50). Sum of RGB (Red+Green+Blue) = 161+123+50=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17B32 is #5E84CD. Grayscale: #7E7E7E. Windows color (decimal): -6194382 or 3308449. OLE color: 3308449.
HSL color Cylindrical-coordinate representation of color #A17B32: hue angle of 39.46º 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 #A17B32 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 50 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.37 |
| HSL | 39.46º | 0.53% | 0.41% | - |
| HSV(B) | 39.46º | 0.69% | 0.63% | - |
| XYZ | 22.36 | 21.97 | 6.08 | - |
| YUV | 126.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 50 | 0 | 0.24 | 0.69 | 0.37 | 39.46 | 0.53 | 0.41 |
| Hex | A1 | 7B | 32 | 0 | 18 | 45 | 25 | 27 | 35 | 29 |
| Octal | 241 | 173 | 62 | 0 | 30 | 105 | 45 | 47 | 65 | 51 |
| Binary | 10100001 | 1111011 | 110010 | 0 | 11000 | 1000101 | 100101 | 100111 | 110101 | 101001 |
Color Harmonies of #A17B32
Complementary color
Monochromatic Colors of #A17B32
Black with #A17B32
Text Example
Text Example
White with #A17B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B32; }
p { color: rgb(161,123,50); }
H1.HeaderClassName
{
color: #A17B32;
}
.AnyTagClassName
{
color: #A17B32;
}
</style>
background-color css
<style>
a { background-color: #A17B32; }
a { background-color: rgb(161,123,50); }
div.DivClassName
{
background-color: #A17B32;
}
.BgClassName
{
background-color: #A17B32;
}
</style>
border-color css
<style>
span { border-color: #A17B32; }
span { border-color: rgb(161,123,50); }
td.TdClassName
{
border-color: #A17B32;
}
.TagClassName
{
border-color: #A17B32;
}
</style>