Shades of Hot Toddy #AD7D27
Tints of Hot Toddy #AD7D27
RGB
CMYK
RGB Variations
Color information
#AD7D27 (or 0xAD7D27) is known color: Hot Toddy. HEX triplet: AD, 7D and 27. RGB value is (173,125,39). Sum of RGB (Red+Green+Blue) = 173+125+39=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D27 is #5282D8. Grayscale: #818181. Windows color (decimal): -5407449 or 2588077. OLE color: 2588077.
HSL color Cylindrical-coordinate representation of color #AD7D27: hue angle of 38.51º 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 #AD7D27 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 39 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.32 |
| HSL | 38.51º | 0.63% | 0.42% | - |
| HSV(B) | 38.51º | 0.77% | 0.68% | - |
| XYZ | 24.93 | 23.7 | 5.18 | - |
| YUV | 129.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 39 | 0 | 0.28 | 0.77 | 0.32 | 38.51 | 0.63 | 0.42 |
| Hex | AD | 7D | 27 | 0 | 1C | 4D | 20 | 27 | 3F | 2A |
| Octal | 255 | 175 | 47 | 0 | 34 | 115 | 40 | 47 | 77 | 52 |
| Binary | 10101101 | 1111101 | 100111 | 0 | 11100 | 1001101 | 100000 | 100111 | 111111 | 101010 |
Color Harmonies of #AD7D27
Complementary color
Monochromatic Colors of #AD7D27
Black with #AD7D27
Text Example
Text Example
White with #AD7D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D27; }
p { color: rgb(173,125,39); }
H1.HeaderClassName
{
color: #AD7D27;
}
.AnyTagClassName
{
color: #AD7D27;
}
</style>
background-color css
<style>
a { background-color: #AD7D27; }
a { background-color: rgb(173,125,39); }
div.DivClassName
{
background-color: #AD7D27;
}
.BgClassName
{
background-color: #AD7D27;
}
</style>
border-color css
<style>
span { border-color: #AD7D27; }
span { border-color: rgb(173,125,39); }
td.TdClassName
{
border-color: #AD7D27;
}
.TagClassName
{
border-color: #AD7D27;
}
</style>