Shades of Hot Toddy #AD721A
Tints of Hot Toddy #AD721A
RGB
CMYK
RGB Variations
Color information
#AD721A (or 0xAD721A) is known color: Hot Toddy. HEX triplet: AD, 72 and 1A. RGB value is (173,114,26). Sum of RGB (Red+Green+Blue) = 173+114+26=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD721A is #528DE5. Grayscale: #7A7A7A. Windows color (decimal): -5410278 or 1733293. OLE color: 1733293.
HSL color Cylindrical-coordinate representation of color #AD721A: hue angle of 35.92º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD721A is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 26 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.32 |
| HSL | 35.92º | 0.74% | 0.39% | - |
| HSV(B) | 35.92º | 0.85% | 0.68% | - |
| XYZ | 23.44 | 20.99 | 3.79 | - |
| YUV | 121.61 | 74.05 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 26 | 0 | 0.34 | 0.85 | 0.32 | 35.92 | 0.74 | 0.39 |
| Hex | AD | 72 | 1A | 0 | 22 | 55 | 20 | 24 | 4A | 27 |
| Octal | 255 | 162 | 32 | 0 | 42 | 125 | 40 | 44 | 112 | 47 |
| Binary | 10101101 | 1110010 | 11010 | 0 | 100010 | 1010101 | 100000 | 100100 | 1001010 | 100111 |
Color Harmonies of #AD721A
Complementary color
Monochromatic Colors of #AD721A
Black with #AD721A
Text Example
Text Example
White with #AD721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD721A; }
p { color: rgb(173,114,26); }
H1.HeaderClassName
{
color: #AD721A;
}
.AnyTagClassName
{
color: #AD721A;
}
</style>
background-color css
<style>
a { background-color: #AD721A; }
a { background-color: rgb(173,114,26); }
div.DivClassName
{
background-color: #AD721A;
}
.BgClassName
{
background-color: #AD721A;
}
</style>
border-color css
<style>
span { border-color: #AD721A; }
span { border-color: rgb(173,114,26); }
td.TdClassName
{
border-color: #AD721A;
}
.TagClassName
{
border-color: #AD721A;
}
</style>