Shades of Hot Toddy #AD7B25
Tints of Hot Toddy #AD7B25
RGB
CMYK
RGB Variations
Color information
#AD7B25 (or 0xAD7B25) is known color: Hot Toddy. HEX triplet: AD, 7B and 25. RGB value is (173,123,37). Sum of RGB (Red+Green+Blue) = 173+123+37=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B25 is #5284DA. Grayscale: #808080. Windows color (decimal): -5407963 or 2456493. OLE color: 2456493.
HSL color Cylindrical-coordinate representation of color #AD7B25: hue angle of 37.94º 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 #AD7B25 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 37 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.32 |
| HSL | 37.94º | 0.65% | 0.41% | - |
| HSV(B) | 37.94º | 0.79% | 0.68% | - |
| XYZ | 24.65 | 23.18 | 4.93 | - |
| YUV | 128.15 | 76.57 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 37 | 0 | 0.29 | 0.79 | 0.32 | 37.94 | 0.65 | 0.41 |
| Hex | AD | 7B | 25 | 0 | 1D | 4F | 20 | 26 | 41 | 29 |
| Octal | 255 | 173 | 45 | 0 | 35 | 117 | 40 | 46 | 101 | 51 |
| Binary | 10101101 | 1111011 | 100101 | 0 | 11101 | 1001111 | 100000 | 100110 | 1000001 | 101001 |
Color Harmonies of #AD7B25
Complementary color
Monochromatic Colors of #AD7B25
Black with #AD7B25
Text Example
Text Example
White with #AD7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B25; }
p { color: rgb(173,123,37); }
H1.HeaderClassName
{
color: #AD7B25;
}
.AnyTagClassName
{
color: #AD7B25;
}
</style>
background-color css
<style>
a { background-color: #AD7B25; }
a { background-color: rgb(173,123,37); }
div.DivClassName
{
background-color: #AD7B25;
}
.BgClassName
{
background-color: #AD7B25;
}
</style>
border-color css
<style>
span { border-color: #AD7B25; }
span { border-color: rgb(173,123,37); }
td.TdClassName
{
border-color: #AD7B25;
}
.TagClassName
{
border-color: #AD7B25;
}
</style>