Shades of Hot Toddy #AD7027
Tints of Hot Toddy #AD7027
RGB
CMYK
RGB Variations
Color information
#AD7027 (or 0xAD7027) is known color: Hot Toddy. HEX triplet: AD, 70 and 27. RGB value is (173,112,39). Sum of RGB (Red+Green+Blue) = 173+112+39=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7027 is #528FD8. Grayscale: #7A7A7A. Windows color (decimal): -5410777 or 2584749. OLE color: 2584749.
HSL color Cylindrical-coordinate representation of color #AD7027: hue angle of 32.69º 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 #AD7027 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 39 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.32 |
| HSL | 32.69º | 0.63% | 0.42% | - |
| HSV(B) | 32.69º | 0.77% | 0.68% | - |
| XYZ | 23.39 | 20.62 | 4.67 | - |
| YUV | 121.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 39 | 0 | 0.35 | 0.77 | 0.32 | 32.69 | 0.63 | 0.42 |
| Hex | AD | 70 | 27 | 0 | 23 | 4D | 20 | 21 | 3F | 2A |
| Octal | 255 | 160 | 47 | 0 | 43 | 115 | 40 | 41 | 77 | 52 |
| Binary | 10101101 | 1110000 | 100111 | 0 | 100011 | 1001101 | 100000 | 100001 | 111111 | 101010 |
Color Harmonies of #AD7027
Complementary color
Monochromatic Colors of #AD7027
Black with #AD7027
Text Example
Text Example
White with #AD7027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7027; }
p { color: rgb(173,112,39); }
H1.HeaderClassName
{
color: #AD7027;
}
.AnyTagClassName
{
color: #AD7027;
}
</style>
background-color css
<style>
a { background-color: #AD7027; }
a { background-color: rgb(173,112,39); }
div.DivClassName
{
background-color: #AD7027;
}
.BgClassName
{
background-color: #AD7027;
}
</style>
border-color css
<style>
span { border-color: #AD7027; }
span { border-color: rgb(173,112,39); }
td.TdClassName
{
border-color: #AD7027;
}
.TagClassName
{
border-color: #AD7027;
}
</style>