Shades of Hot Toddy #AD7E25
Tints of Hot Toddy #AD7E25
RGB
CMYK
RGB Variations
Color information
#AD7E25 (or 0xAD7E25) is known color: Hot Toddy. HEX triplet: AD, 7E and 25. RGB value is (173,126,37). Sum of RGB (Red+Green+Blue) = 173+126+37=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E25 is #5281DA. Grayscale: #828282. Windows color (decimal): -5407195 or 2457261. OLE color: 2457261.
HSL color Cylindrical-coordinate representation of color #AD7E25: hue angle of 39.26º 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 #AD7E25 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 37 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.32 |
| HSL | 39.26º | 0.65% | 0.41% | - |
| HSV(B) | 39.26º | 0.79% | 0.68% | - |
| XYZ | 25.03 | 23.94 | 5.05 | - |
| YUV | 129.91 | 75.57 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 37 | 0 | 0.27 | 0.79 | 0.32 | 39.26 | 0.65 | 0.41 |
| Hex | AD | 7E | 25 | 0 | 1B | 4F | 20 | 27 | 41 | 29 |
| Octal | 255 | 176 | 45 | 0 | 33 | 117 | 40 | 47 | 101 | 51 |
| Binary | 10101101 | 1111110 | 100101 | 0 | 11011 | 1001111 | 100000 | 100111 | 1000001 | 101001 |
Color Harmonies of #AD7E25
Complementary color
Monochromatic Colors of #AD7E25
Black with #AD7E25
Text Example
Text Example
White with #AD7E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E25; }
p { color: rgb(173,126,37); }
H1.HeaderClassName
{
color: #AD7E25;
}
.AnyTagClassName
{
color: #AD7E25;
}
</style>
background-color css
<style>
a { background-color: #AD7E25; }
a { background-color: rgb(173,126,37); }
div.DivClassName
{
background-color: #AD7E25;
}
.BgClassName
{
background-color: #AD7E25;
}
</style>
border-color css
<style>
span { border-color: #AD7E25; }
span { border-color: rgb(173,126,37); }
td.TdClassName
{
border-color: #AD7E25;
}
.TagClassName
{
border-color: #AD7E25;
}
</style>