Shades of Hot Toddy #A17325
Tints of Hot Toddy #A17325
RGB
CMYK
RGB Variations
Color information
#A17325 (or 0xA17325) is known color: Hot Toddy. HEX triplet: A1, 73 and 25. RGB value is (161,115,37). Sum of RGB (Red+Green+Blue) = 161+115+37=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A17325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17325 is #5E8CDA. Grayscale: #787878. Windows color (decimal): -6196443 or 2454433. OLE color: 2454433.
HSL color Cylindrical-coordinate representation of color #A17325: hue angle of 37.74º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A17325 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 37 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.37 |
| HSL | 37.74º | 0.63% | 0.39% | - |
| HSV(B) | 37.74º | 0.77% | 0.63% | - |
| XYZ | 21.16 | 19.97 | 4.49 | - |
| YUV | 119.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 37 | 0 | 0.29 | 0.77 | 0.37 | 37.74 | 0.63 | 0.39 |
| Hex | A1 | 73 | 25 | 0 | 1D | 4D | 25 | 26 | 3F | 27 |
| Octal | 241 | 163 | 45 | 0 | 35 | 115 | 45 | 46 | 77 | 47 |
| Binary | 10100001 | 1110011 | 100101 | 0 | 11101 | 1001101 | 100101 | 100110 | 111111 | 100111 |
Color Harmonies of #A17325
Complementary color
Monochromatic Colors of #A17325
Black with #A17325
Text Example
Text Example
White with #A17325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17325; }
p { color: rgb(161,115,37); }
H1.HeaderClassName
{
color: #A17325;
}
.AnyTagClassName
{
color: #A17325;
}
</style>
background-color css
<style>
a { background-color: #A17325; }
a { background-color: rgb(161,115,37); }
div.DivClassName
{
background-color: #A17325;
}
.BgClassName
{
background-color: #A17325;
}
</style>
border-color css
<style>
span { border-color: #A17325; }
span { border-color: rgb(161,115,37); }
td.TdClassName
{
border-color: #A17325;
}
.TagClassName
{
border-color: #A17325;
}
</style>