Shades of Hot Toddy #AD7431
Tints of Hot Toddy #AD7431
RGB
CMYK
RGB Variations
Color information
#AD7431 (or 0xAD7431) is known color: Hot Toddy. HEX triplet: AD, 74 and 31. RGB value is (173,116,49). Sum of RGB (Red+Green+Blue) = 173+116+49=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7431 is #528BCE. Grayscale: #7D7D7D. Windows color (decimal): -5409743 or 3241133. OLE color: 3241133.
HSL color Cylindrical-coordinate representation of color #AD7431: hue angle of 32.42º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD7431 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 49 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.32 |
| HSL | 32.42º | 0.56% | 0.44% | - |
| HSV(B) | 32.42º | 0.72% | 0.68% | - |
| XYZ | 24.03 | 21.6 | 5.81 | - |
| YUV | 125.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 49 | 0 | 0.33 | 0.72 | 0.32 | 32.42 | 0.56 | 0.44 |
| Hex | AD | 74 | 31 | 0 | 21 | 48 | 20 | 20 | 38 | 2C |
| Octal | 255 | 164 | 61 | 0 | 41 | 110 | 40 | 40 | 70 | 54 |
| Binary | 10101101 | 1110100 | 110001 | 0 | 100001 | 1001000 | 100000 | 100000 | 111000 | 101100 |
Color Harmonies of #AD7431
Complementary color
Monochromatic Colors of #AD7431
Black with #AD7431
Text Example
Text Example
White with #AD7431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7431; }
p { color: rgb(173,116,49); }
H1.HeaderClassName
{
color: #AD7431;
}
.AnyTagClassName
{
color: #AD7431;
}
</style>
background-color css
<style>
a { background-color: #AD7431; }
a { background-color: rgb(173,116,49); }
div.DivClassName
{
background-color: #AD7431;
}
.BgClassName
{
background-color: #AD7431;
}
</style>
border-color css
<style>
span { border-color: #AD7431; }
span { border-color: rgb(173,116,49); }
td.TdClassName
{
border-color: #AD7431;
}
.TagClassName
{
border-color: #AD7431;
}
</style>