Shades of Hot Toddy #AD721F
Tints of Hot Toddy #AD721F
RGB
CMYK
RGB Variations
Color information
#AD721F (or 0xAD721F) is known color: Hot Toddy. HEX triplet: AD, 72 and 1F. RGB value is (173,114,31). Sum of RGB (Red+Green+Blue) = 173+114+31=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD721F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD721F is #528DE0. Grayscale: #7A7A7A. Windows color (decimal): -5410273 or 2060973. OLE color: 2060973.
HSL color Cylindrical-coordinate representation of color #AD721F: hue angle of 35.07º 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 #AD721F is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 31 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.32 |
| HSL | 35.07º | 0.7% | 0.4% | - |
| HSV(B) | 35.07º | 0.82% | 0.68% | - |
| XYZ | 23.5 | 21.02 | 4.11 | - |
| YUV | 122.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 31 | 0 | 0.34 | 0.82 | 0.32 | 35.07 | 0.7 | 0.4 |
| Hex | AD | 72 | 1F | 0 | 22 | 52 | 20 | 23 | 46 | 28 |
| Octal | 255 | 162 | 37 | 0 | 42 | 122 | 40 | 43 | 106 | 50 |
| Binary | 10101101 | 1110010 | 11111 | 0 | 100010 | 1010010 | 100000 | 100011 | 1000110 | 101000 |
Color Harmonies of #AD721F
Complementary color
Monochromatic Colors of #AD721F
Black with #AD721F
Text Example
Text Example
White with #AD721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD721F; }
p { color: rgb(173,114,31); }
H1.HeaderClassName
{
color: #AD721F;
}
.AnyTagClassName
{
color: #AD721F;
}
</style>
background-color css
<style>
a { background-color: #AD721F; }
a { background-color: rgb(173,114,31); }
div.DivClassName
{
background-color: #AD721F;
}
.BgClassName
{
background-color: #AD721F;
}
</style>
border-color css
<style>
span { border-color: #AD721F; }
span { border-color: rgb(173,114,31); }
td.TdClassName
{
border-color: #AD721F;
}
.TagClassName
{
border-color: #AD721F;
}
</style>