Shades of Hot Toddy #AB7425
Tints of Hot Toddy #AB7425
RGB
CMYK
RGB Variations
Color information
#AB7425 (or 0xAB7425) is known color: Hot Toddy. HEX triplet: AB, 74 and 25. RGB value is (171,116,37). Sum of RGB (Red+Green+Blue) = 171+116+37=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7425 is #548BDA. Grayscale: #7B7B7B. Windows color (decimal): -5540827 or 2454699. OLE color: 2454699.
HSL color Cylindrical-coordinate representation of color #AB7425: hue angle of 35.37º 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 #AB7425 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 37 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.33 |
| HSL | 35.37º | 0.64% | 0.41% | - |
| HSV(B) | 35.37º | 0.78% | 0.67% | - |
| XYZ | 23.37 | 21.28 | 4.63 | - |
| YUV | 123.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 37 | 0 | 0.32 | 0.78 | 0.33 | 35.37 | 0.64 | 0.41 |
| Hex | AB | 74 | 25 | 0 | 20 | 4E | 21 | 23 | 40 | 29 |
| Octal | 253 | 164 | 45 | 0 | 40 | 116 | 41 | 43 | 100 | 51 |
| Binary | 10101011 | 1110100 | 100101 | 0 | 100000 | 1001110 | 100001 | 100011 | 1000000 | 101001 |
Color Harmonies of #AB7425
Complementary color
Monochromatic Colors of #AB7425
Black with #AB7425
Text Example
Text Example
White with #AB7425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7425; }
p { color: rgb(171,116,37); }
H1.HeaderClassName
{
color: #AB7425;
}
.AnyTagClassName
{
color: #AB7425;
}
</style>
background-color css
<style>
a { background-color: #AB7425; }
a { background-color: rgb(171,116,37); }
div.DivClassName
{
background-color: #AB7425;
}
.BgClassName
{
background-color: #AB7425;
}
</style>
border-color css
<style>
span { border-color: #AB7425; }
span { border-color: rgb(171,116,37); }
td.TdClassName
{
border-color: #AB7425;
}
.TagClassName
{
border-color: #AB7425;
}
</style>