Shades of Hot Toddy #AD731F
Tints of Hot Toddy #AD731F
RGB
CMYK
RGB Variations
Color information
#AD731F (or 0xAD731F) is known color: Hot Toddy. HEX triplet: AD, 73 and 1F. RGB value is (173,115,31). Sum of RGB (Red+Green+Blue) = 173+115+31=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD731F is #528CE0. Grayscale: #7B7B7B. Windows color (decimal): -5410017 or 2061229. OLE color: 2061229.
HSL color Cylindrical-coordinate representation of color #AD731F: hue angle of 35.49º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD731F is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 31 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.32 |
| HSL | 35.49º | 0.7% | 0.4% | - |
| HSV(B) | 35.49º | 0.82% | 0.68% | - |
| XYZ | 23.61 | 21.24 | 4.15 | - |
| YUV | 122.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 31 | 0 | 0.34 | 0.82 | 0.32 | 35.49 | 0.7 | 0.4 |
| Hex | AD | 73 | 1F | 0 | 22 | 52 | 20 | 23 | 46 | 28 |
| Octal | 255 | 163 | 37 | 0 | 42 | 122 | 40 | 43 | 106 | 50 |
| Binary | 10101101 | 1110011 | 11111 | 0 | 100010 | 1010010 | 100000 | 100011 | 1000110 | 101000 |
Color Harmonies of #AD731F
Complementary color
Monochromatic Colors of #AD731F
Black with #AD731F
Text Example
Text Example
White with #AD731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD731F; }
p { color: rgb(173,115,31); }
H1.HeaderClassName
{
color: #AD731F;
}
.AnyTagClassName
{
color: #AD731F;
}
</style>
background-color css
<style>
a { background-color: #AD731F; }
a { background-color: rgb(173,115,31); }
div.DivClassName
{
background-color: #AD731F;
}
.BgClassName
{
background-color: #AD731F;
}
</style>
border-color css
<style>
span { border-color: #AD731F; }
span { border-color: rgb(173,115,31); }
td.TdClassName
{
border-color: #AD731F;
}
.TagClassName
{
border-color: #AD731F;
}
</style>