Shades of Hot Toddy #AD732A
Tints of Hot Toddy #AD732A
RGB
CMYK
RGB Variations
Color information
#AD732A (or 0xAD732A) is known color: Hot Toddy. HEX triplet: AD, 73 and 2A. RGB value is (173,115,42). Sum of RGB (Red+Green+Blue) = 173+115+42=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD732A is #528CD5. Grayscale: #7C7C7C. Windows color (decimal): -5410006 or 2782125. OLE color: 2782125.
HSL color Cylindrical-coordinate representation of color #AD732A: hue angle of 33.44º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD732A is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 42 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.32 |
| HSL | 33.44º | 0.61% | 0.42% | - |
| HSV(B) | 33.44º | 0.76% | 0.68% | - |
| XYZ | 23.78 | 21.31 | 5.05 | - |
| YUV | 124.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 42 | 0 | 0.34 | 0.76 | 0.32 | 33.44 | 0.61 | 0.42 |
| Hex | AD | 73 | 2A | 0 | 22 | 4C | 20 | 21 | 3D | 2A |
| Octal | 255 | 163 | 52 | 0 | 42 | 114 | 40 | 41 | 75 | 52 |
| Binary | 10101101 | 1110011 | 101010 | 0 | 100010 | 1001100 | 100000 | 100001 | 111101 | 101010 |
Color Harmonies of #AD732A
Complementary color
Monochromatic Colors of #AD732A
Black with #AD732A
Text Example
Text Example
White with #AD732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD732A; }
p { color: rgb(173,115,42); }
H1.HeaderClassName
{
color: #AD732A;
}
.AnyTagClassName
{
color: #AD732A;
}
</style>
background-color css
<style>
a { background-color: #AD732A; }
a { background-color: rgb(173,115,42); }
div.DivClassName
{
background-color: #AD732A;
}
.BgClassName
{
background-color: #AD732A;
}
</style>
border-color css
<style>
span { border-color: #AD732A; }
span { border-color: rgb(173,115,42); }
td.TdClassName
{
border-color: #AD732A;
}
.TagClassName
{
border-color: #AD732A;
}
</style>