Shades of Hot Toddy #AD7D25
Tints of Hot Toddy #AD7D25
RGB
CMYK
RGB Variations
Color information
#AD7D25 (or 0xAD7D25) is known color: Hot Toddy. HEX triplet: AD, 7D and 25. RGB value is (173,125,37). Sum of RGB (Red+Green+Blue) = 173+125+37=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D25 is #5282DA. Grayscale: #818181. Windows color (decimal): -5407451 or 2457005. OLE color: 2457005.
HSL color Cylindrical-coordinate representation of color #AD7D25: hue angle of 38.82º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD7D25 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 37 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.32 |
| HSL | 38.82º | 0.65% | 0.41% | - |
| HSV(B) | 38.82º | 0.79% | 0.68% | - |
| XYZ | 24.9 | 23.69 | 5.01 | - |
| YUV | 129.32 | 75.9 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 37 | 0 | 0.28 | 0.79 | 0.32 | 38.82 | 0.65 | 0.41 |
| Hex | AD | 7D | 25 | 0 | 1C | 4F | 20 | 27 | 41 | 29 |
| Octal | 255 | 175 | 45 | 0 | 34 | 117 | 40 | 47 | 101 | 51 |
| Binary | 10101101 | 1111101 | 100101 | 0 | 11100 | 1001111 | 100000 | 100111 | 1000001 | 101001 |
Color Harmonies of #AD7D25
Complementary color
Monochromatic Colors of #AD7D25
Black with #AD7D25
Text Example
Text Example
White with #AD7D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D25; }
p { color: rgb(173,125,37); }
H1.HeaderClassName
{
color: #AD7D25;
}
.AnyTagClassName
{
color: #AD7D25;
}
</style>
background-color css
<style>
a { background-color: #AD7D25; }
a { background-color: rgb(173,125,37); }
div.DivClassName
{
background-color: #AD7D25;
}
.BgClassName
{
background-color: #AD7D25;
}
</style>
border-color css
<style>
span { border-color: #AD7D25; }
span { border-color: rgb(173,125,37); }
td.TdClassName
{
border-color: #AD7D25;
}
.TagClassName
{
border-color: #AD7D25;
}
</style>