Shades of Hot Toddy #AD7B27
Tints of Hot Toddy #AD7B27
RGB
CMYK
RGB Variations
Color information
#AD7B27 (or 0xAD7B27) is known color: Hot Toddy. HEX triplet: AD, 7B and 27. RGB value is (173,123,39). Sum of RGB (Red+Green+Blue) = 173+123+39=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B27 is #5284D8. Grayscale: #808080. Windows color (decimal): -5407961 or 2587565. OLE color: 2587565.
HSL color Cylindrical-coordinate representation of color #AD7B27: hue angle of 37.61º 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 #AD7B27 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 39 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.32 |
| HSL | 37.61º | 0.63% | 0.42% | - |
| HSV(B) | 37.61º | 0.77% | 0.68% | - |
| XYZ | 24.68 | 23.2 | 5.1 | - |
| YUV | 128.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 39 | 0 | 0.29 | 0.77 | 0.32 | 37.61 | 0.63 | 0.42 |
| Hex | AD | 7B | 27 | 0 | 1D | 4D | 20 | 26 | 3F | 2A |
| Octal | 255 | 173 | 47 | 0 | 35 | 115 | 40 | 46 | 77 | 52 |
| Binary | 10101101 | 1111011 | 100111 | 0 | 11101 | 1001101 | 100000 | 100110 | 111111 | 101010 |
Color Harmonies of #AD7B27
Complementary color
Monochromatic Colors of #AD7B27
Black with #AD7B27
Text Example
Text Example
White with #AD7B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B27; }
p { color: rgb(173,123,39); }
H1.HeaderClassName
{
color: #AD7B27;
}
.AnyTagClassName
{
color: #AD7B27;
}
</style>
background-color css
<style>
a { background-color: #AD7B27; }
a { background-color: rgb(173,123,39); }
div.DivClassName
{
background-color: #AD7B27;
}
.BgClassName
{
background-color: #AD7B27;
}
</style>
border-color css
<style>
span { border-color: #AD7B27; }
span { border-color: rgb(173,123,39); }
td.TdClassName
{
border-color: #AD7B27;
}
.TagClassName
{
border-color: #AD7B27;
}
</style>