Shades of Hot Toddy #A5732A
Tints of Hot Toddy #A5732A
RGB
CMYK
RGB Variations
Color information
#A5732A (or 0xA5732A) is known color: Hot Toddy. HEX triplet: A5, 73 and 2A. RGB value is (165,115,42). Sum of RGB (Red+Green+Blue) = 165+115+42=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5732A is #5A8CD5. Grayscale: #797979. Windows color (decimal): -5934294 or 2782117. OLE color: 2782117.
HSL color Cylindrical-coordinate representation of color #A5732A: hue angle of 35.61º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5732A is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 115 | 42 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.35 |
| HSL | 35.61º | 0.59% | 0.41% | - |
| HSV(B) | 35.61º | 0.75% | 0.65% | - |
| XYZ | 22.07 | 20.43 | 4.97 | - |
| YUV | 121.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 42 | 0 | 0.30 | 0.75 | 0.35 | 35.61 | 0.59 | 0.41 |
| Hex | A5 | 73 | 2A | 0 | 1E | 4B | 23 | 24 | 3B | 29 |
| Octal | 245 | 163 | 52 | 0 | 36 | 113 | 43 | 44 | 73 | 51 |
| Binary | 10100101 | 1110011 | 101010 | 0 | 11110 | 1001011 | 100011 | 100100 | 111011 | 101001 |
Color Harmonies of #A5732A
Complementary color
Monochromatic Colors of #A5732A
Black with #A5732A
Text Example
Text Example
White with #A5732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5732A; }
p { color: rgb(165,115,42); }
H1.HeaderClassName
{
color: #A5732A;
}
.AnyTagClassName
{
color: #A5732A;
}
</style>
background-color css
<style>
a { background-color: #A5732A; }
a { background-color: rgb(165,115,42); }
div.DivClassName
{
background-color: #A5732A;
}
.BgClassName
{
background-color: #A5732A;
}
</style>
border-color css
<style>
span { border-color: #A5732A; }
span { border-color: rgb(165,115,42); }
td.TdClassName
{
border-color: #A5732A;
}
.TagClassName
{
border-color: #A5732A;
}
</style>