Shades of Hot Toddy #AB7434
Tints of Hot Toddy #AB7434
RGB
CMYK
RGB Variations
Color information
#AB7434 (or 0xAB7434) is known color: Hot Toddy. HEX triplet: AB, 74 and 34. RGB value is (171,116,52). Sum of RGB (Red+Green+Blue) = 171+116+52=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7434 is #548BCB. Grayscale: #7D7D7D. Windows color (decimal): -5540812 or 3437739. OLE color: 3437739.
HSL color Cylindrical-coordinate representation of color #AB7434: hue angle of 32.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB7434 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 52 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.33 |
| HSL | 32.27º | 0.53% | 0.44% | - |
| HSV(B) | 32.27º | 0.7% | 0.67% | - |
| XYZ | 23.66 | 21.4 | 6.13 | - |
| YUV | 125.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 52 | 0 | 0.32 | 0.70 | 0.33 | 32.27 | 0.53 | 0.44 |
| Hex | AB | 74 | 34 | 0 | 20 | 46 | 21 | 20 | 35 | 2C |
| Octal | 253 | 164 | 64 | 0 | 40 | 106 | 41 | 40 | 65 | 54 |
| Binary | 10101011 | 1110100 | 110100 | 0 | 100000 | 1000110 | 100001 | 100000 | 110101 | 101100 |
Color Harmonies of #AB7434
Complementary color
Monochromatic Colors of #AB7434
Black with #AB7434
Text Example
Text Example
White with #AB7434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7434; }
p { color: rgb(171,116,52); }
H1.HeaderClassName
{
color: #AB7434;
}
.AnyTagClassName
{
color: #AB7434;
}
</style>
background-color css
<style>
a { background-color: #AB7434; }
a { background-color: rgb(171,116,52); }
div.DivClassName
{
background-color: #AB7434;
}
.BgClassName
{
background-color: #AB7434;
}
</style>
border-color css
<style>
span { border-color: #AB7434; }
span { border-color: rgb(171,116,52); }
td.TdClassName
{
border-color: #AB7434;
}
.TagClassName
{
border-color: #AB7434;
}
</style>