Shades of Hot Toddy #AD7127
Tints of Hot Toddy #AD7127
RGB
CMYK
RGB Variations
Color information
#AD7127 (or 0xAD7127) is known color: Hot Toddy. HEX triplet: AD, 71 and 27. RGB value is (173,113,39). Sum of RGB (Red+Green+Blue) = 173+113+39=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7127 is #528ED8. Grayscale: #7A7A7A. Windows color (decimal): -5410521 or 2585005. OLE color: 2585005.
HSL color Cylindrical-coordinate representation of color #AD7127: hue angle of 33.13º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD7127 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 39 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.32 |
| HSL | 33.13º | 0.63% | 0.42% | - |
| HSV(B) | 33.13º | 0.77% | 0.68% | - |
| XYZ | 23.5 | 20.84 | 4.7 | - |
| YUV | 122.5 | 80.88 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 39 | 0 | 0.35 | 0.77 | 0.32 | 33.13 | 0.63 | 0.42 |
| Hex | AD | 71 | 27 | 0 | 23 | 4D | 20 | 21 | 3F | 2A |
| Octal | 255 | 161 | 47 | 0 | 43 | 115 | 40 | 41 | 77 | 52 |
| Binary | 10101101 | 1110001 | 100111 | 0 | 100011 | 1001101 | 100000 | 100001 | 111111 | 101010 |
Color Harmonies of #AD7127
Complementary color
Monochromatic Colors of #AD7127
Black with #AD7127
Text Example
Text Example
White with #AD7127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7127; }
p { color: rgb(173,113,39); }
H1.HeaderClassName
{
color: #AD7127;
}
.AnyTagClassName
{
color: #AD7127;
}
</style>
background-color css
<style>
a { background-color: #AD7127; }
a { background-color: rgb(173,113,39); }
div.DivClassName
{
background-color: #AD7127;
}
.BgClassName
{
background-color: #AD7127;
}
</style>
border-color css
<style>
span { border-color: #AD7127; }
span { border-color: rgb(173,113,39); }
td.TdClassName
{
border-color: #AD7127;
}
.TagClassName
{
border-color: #AD7127;
}
</style>