Shades of Hot Toddy #AD7627
Tints of Hot Toddy #AD7627
RGB
CMYK
RGB Variations
Color information
#AD7627 (or 0xAD7627) is known color: Hot Toddy. HEX triplet: AD, 76 and 27. RGB value is (173,118,39). Sum of RGB (Red+Green+Blue) = 173+118+39=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7627 is #5289D8. Grayscale: #7D7D7D. Windows color (decimal): -5409241 or 2586285. OLE color: 2586285.
HSL color Cylindrical-coordinate representation of color #AD7627: hue angle of 35.37º 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 #AD7627 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 39 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.32 |
| HSL | 35.37º | 0.63% | 0.42% | - |
| HSV(B) | 35.37º | 0.77% | 0.68% | - |
| XYZ | 24.08 | 21.99 | 4.89 | - |
| YUV | 125.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 39 | 0 | 0.32 | 0.77 | 0.32 | 35.37 | 0.63 | 0.42 |
| Hex | AD | 76 | 27 | 0 | 20 | 4D | 20 | 23 | 3F | 2A |
| Octal | 255 | 166 | 47 | 0 | 40 | 115 | 40 | 43 | 77 | 52 |
| Binary | 10101101 | 1110110 | 100111 | 0 | 100000 | 1001101 | 100000 | 100011 | 111111 | 101010 |
Color Harmonies of #AD7627
Complementary color
Monochromatic Colors of #AD7627
Black with #AD7627
Text Example
Text Example
White with #AD7627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7627; }
p { color: rgb(173,118,39); }
H1.HeaderClassName
{
color: #AD7627;
}
.AnyTagClassName
{
color: #AD7627;
}
</style>
background-color css
<style>
a { background-color: #AD7627; }
a { background-color: rgb(173,118,39); }
div.DivClassName
{
background-color: #AD7627;
}
.BgClassName
{
background-color: #AD7627;
}
</style>
border-color css
<style>
span { border-color: #AD7627; }
span { border-color: rgb(173,118,39); }
td.TdClassName
{
border-color: #AD7627;
}
.TagClassName
{
border-color: #AD7627;
}
</style>