Shades of Hot Toddy #A17B2B
Tints of Hot Toddy #A17B2B
RGB
CMYK
RGB Variations
Color information
#A17B2B (or 0xA17B2B) is known color: Hot Toddy. HEX triplet: A1, 7B and 2B. RGB value is (161,123,43). Sum of RGB (Red+Green+Blue) = 161+123+43=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17B2B is #5E84D4. Grayscale: #7D7D7D. Windows color (decimal): -6194389 or 2849697. OLE color: 2849697.
HSL color Cylindrical-coordinate representation of color #A17B2B: hue angle of 40.68º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A17B2B is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 43 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.37 |
| HSL | 40.68º | 0.58% | 0.4% | - |
| HSV(B) | 40.68º | 0.73% | 0.63% | - |
| XYZ | 22.22 | 21.92 | 5.35 | - |
| YUV | 125.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 43 | 0 | 0.24 | 0.73 | 0.37 | 40.68 | 0.58 | 0.4 |
| Hex | A1 | 7B | 2B | 0 | 18 | 49 | 25 | 29 | 3A | 28 |
| Octal | 241 | 173 | 53 | 0 | 30 | 111 | 45 | 51 | 72 | 50 |
| Binary | 10100001 | 1111011 | 101011 | 0 | 11000 | 1001001 | 100101 | 101001 | 111010 | 101000 |
Color Harmonies of #A17B2B
Complementary color
Monochromatic Colors of #A17B2B
Black with #A17B2B
Text Example
Text Example
White with #A17B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B2B; }
p { color: rgb(161,123,43); }
H1.HeaderClassName
{
color: #A17B2B;
}
.AnyTagClassName
{
color: #A17B2B;
}
</style>
background-color css
<style>
a { background-color: #A17B2B; }
a { background-color: rgb(161,123,43); }
div.DivClassName
{
background-color: #A17B2B;
}
.BgClassName
{
background-color: #A17B2B;
}
</style>
border-color css
<style>
span { border-color: #A17B2B; }
span { border-color: rgb(161,123,43); }
td.TdClassName
{
border-color: #A17B2B;
}
.TagClassName
{
border-color: #A17B2B;
}
</style>