Shades of Hot Toddy #AB7431
Tints of Hot Toddy #AB7431
RGB
CMYK
RGB Variations
Color information
#AB7431 (or 0xAB7431) is known color: Hot Toddy. HEX triplet: AB, 74 and 31. RGB value is (171,116,49). Sum of RGB (Red+Green+Blue) = 171+116+49=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7431 is #548BCE. Grayscale: #7D7D7D. Windows color (decimal): -5540815 or 3241131. OLE color: 3241131.
HSL color Cylindrical-coordinate representation of color #AB7431: hue angle of 32.95º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB7431 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 49 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.33 |
| HSL | 32.95º | 0.55% | 0.43% | - |
| HSV(B) | 32.95º | 0.71% | 0.67% | - |
| XYZ | 23.59 | 21.37 | 5.79 | - |
| YUV | 124.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 49 | 0 | 0.32 | 0.71 | 0.33 | 32.95 | 0.55 | 0.43 |
| Hex | AB | 74 | 31 | 0 | 20 | 47 | 21 | 21 | 37 | 2B |
| Octal | 253 | 164 | 61 | 0 | 40 | 107 | 41 | 41 | 67 | 53 |
| Binary | 10101011 | 1110100 | 110001 | 0 | 100000 | 1000111 | 100001 | 100001 | 110111 | 101011 |
Color Harmonies of #AB7431
Complementary color
Monochromatic Colors of #AB7431
Black with #AB7431
Text Example
Text Example
White with #AB7431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7431; }
p { color: rgb(171,116,49); }
H1.HeaderClassName
{
color: #AB7431;
}
.AnyTagClassName
{
color: #AB7431;
}
</style>
background-color css
<style>
a { background-color: #AB7431; }
a { background-color: rgb(171,116,49); }
div.DivClassName
{
background-color: #AB7431;
}
.BgClassName
{
background-color: #AB7431;
}
</style>
border-color css
<style>
span { border-color: #AB7431; }
span { border-color: rgb(171,116,49); }
td.TdClassName
{
border-color: #AB7431;
}
.TagClassName
{
border-color: #AB7431;
}
</style>