Shades of Hot Toddy #A17427
Tints of Hot Toddy #A17427
RGB
CMYK
RGB Variations
Color information
#A17427 (or 0xA17427) is known color: Hot Toddy. HEX triplet: A1, 74 and 27. RGB value is (161,116,39). Sum of RGB (Red+Green+Blue) = 161+116+39=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A17427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17427 is #5E8BD8. Grayscale: #797979. Windows color (decimal): -6196185 or 2585761. OLE color: 2585761.
HSL color Cylindrical-coordinate representation of color #A17427: hue angle of 37.87º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A17427 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 39 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.37 |
| HSL | 37.87º | 0.61% | 0.39% | - |
| HSV(B) | 37.87º | 0.76% | 0.63% | - |
| XYZ | 21.31 | 20.21 | 4.7 | - |
| YUV | 120.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 39 | 0 | 0.28 | 0.76 | 0.37 | 37.87 | 0.61 | 0.39 |
| Hex | A1 | 74 | 27 | 0 | 1C | 4C | 25 | 26 | 3D | 27 |
| Octal | 241 | 164 | 47 | 0 | 34 | 114 | 45 | 46 | 75 | 47 |
| Binary | 10100001 | 1110100 | 100111 | 0 | 11100 | 1001100 | 100101 | 100110 | 111101 | 100111 |
Color Harmonies of #A17427
Complementary color
Monochromatic Colors of #A17427
Black with #A17427
Text Example
Text Example
White with #A17427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17427; }
p { color: rgb(161,116,39); }
H1.HeaderClassName
{
color: #A17427;
}
.AnyTagClassName
{
color: #A17427;
}
</style>
background-color css
<style>
a { background-color: #A17427; }
a { background-color: rgb(161,116,39); }
div.DivClassName
{
background-color: #A17427;
}
.BgClassName
{
background-color: #A17427;
}
</style>
border-color css
<style>
span { border-color: #A17427; }
span { border-color: rgb(161,116,39); }
td.TdClassName
{
border-color: #A17427;
}
.TagClassName
{
border-color: #A17427;
}
</style>