Shades of Hot Toddy #AB7D25
Tints of Hot Toddy #AB7D25
RGB
CMYK
RGB Variations
Color information
#AB7D25 (or 0xAB7D25) is known color: Hot Toddy. HEX triplet: AB, 7D and 25. RGB value is (171,125,37). Sum of RGB (Red+Green+Blue) = 171+125+37=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D25 is #5482DA. Grayscale: #818181. Windows color (decimal): -5538523 or 2457003. OLE color: 2457003.
HSL color Cylindrical-coordinate representation of color #AB7D25: hue angle of 39.4º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB7D25 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 37 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.33 |
| HSL | 39.4º | 0.64% | 0.41% | - |
| HSV(B) | 39.4º | 0.78% | 0.67% | - |
| XYZ | 24.46 | 23.46 | 4.99 | - |
| YUV | 128.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 37 | 0 | 0.27 | 0.78 | 0.33 | 39.4 | 0.64 | 0.41 |
| Hex | AB | 7D | 25 | 0 | 1B | 4E | 21 | 27 | 40 | 29 |
| Octal | 253 | 175 | 45 | 0 | 33 | 116 | 41 | 47 | 100 | 51 |
| Binary | 10101011 | 1111101 | 100101 | 0 | 11011 | 1001110 | 100001 | 100111 | 1000000 | 101001 |
Color Harmonies of #AB7D25
Complementary color
Monochromatic Colors of #AB7D25
Black with #AB7D25
Text Example
Text Example
White with #AB7D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D25; }
p { color: rgb(171,125,37); }
H1.HeaderClassName
{
color: #AB7D25;
}
.AnyTagClassName
{
color: #AB7D25;
}
</style>
background-color css
<style>
a { background-color: #AB7D25; }
a { background-color: rgb(171,125,37); }
div.DivClassName
{
background-color: #AB7D25;
}
.BgClassName
{
background-color: #AB7D25;
}
</style>
border-color css
<style>
span { border-color: #AB7D25; }
span { border-color: rgb(171,125,37); }
td.TdClassName
{
border-color: #AB7D25;
}
.TagClassName
{
border-color: #AB7D25;
}
</style>