Shades of Hot Toddy #AD722A
Tints of Hot Toddy #AD722A
RGB
CMYK
RGB Variations
Color information
#AD722A (or 0xAD722A) is known color: Hot Toddy. HEX triplet: AD, 72 and 2A. RGB value is (173,114,42). Sum of RGB (Red+Green+Blue) = 173+114+42=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD722A is #528DD5. Grayscale: #7B7B7B. Windows color (decimal): -5410262 or 2781869. OLE color: 2781869.
HSL color Cylindrical-coordinate representation of color #AD722A: hue angle of 32.98º 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 #AD722A is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 42 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.32 |
| HSL | 32.98º | 0.61% | 0.42% | - |
| HSV(B) | 32.98º | 0.76% | 0.68% | - |
| XYZ | 23.67 | 21.09 | 5.01 | - |
| YUV | 123.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 42 | 0 | 0.34 | 0.76 | 0.32 | 32.98 | 0.61 | 0.42 |
| Hex | AD | 72 | 2A | 0 | 22 | 4C | 20 | 21 | 3D | 2A |
| Octal | 255 | 162 | 52 | 0 | 42 | 114 | 40 | 41 | 75 | 52 |
| Binary | 10101101 | 1110010 | 101010 | 0 | 100010 | 1001100 | 100000 | 100001 | 111101 | 101010 |
Color Harmonies of #AD722A
Complementary color
Monochromatic Colors of #AD722A
Black with #AD722A
Text Example
Text Example
White with #AD722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD722A; }
p { color: rgb(173,114,42); }
H1.HeaderClassName
{
color: #AD722A;
}
.AnyTagClassName
{
color: #AD722A;
}
</style>
background-color css
<style>
a { background-color: #AD722A; }
a { background-color: rgb(173,114,42); }
div.DivClassName
{
background-color: #AD722A;
}
.BgClassName
{
background-color: #AD722A;
}
</style>
border-color css
<style>
span { border-color: #AD722A; }
span { border-color: rgb(173,114,42); }
td.TdClassName
{
border-color: #AD722A;
}
.TagClassName
{
border-color: #AD722A;
}
</style>