Shades of Hot Toddy #AB7129
Tints of Hot Toddy #AB7129
RGB
CMYK
RGB Variations
Color information
#AB7129 (or 0xAB7129) is known color: Hot Toddy. HEX triplet: AB, 71 and 29. RGB value is (171,113,41). Sum of RGB (Red+Green+Blue) = 171+113+41=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7129 is #548ED6. Grayscale: #7A7A7A. Windows color (decimal): -5541591 or 2716075. OLE color: 2716075.
HSL color Cylindrical-coordinate representation of color #AB7129: hue angle of 33.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB7129 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 41 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.33 |
| HSL | 33.23º | 0.61% | 0.42% | - |
| HSV(B) | 33.23º | 0.76% | 0.67% | - |
| XYZ | 23.1 | 20.63 | 4.86 | - |
| YUV | 122.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 41 | 0 | 0.34 | 0.76 | 0.33 | 33.23 | 0.61 | 0.42 |
| Hex | AB | 71 | 29 | 0 | 22 | 4C | 21 | 21 | 3D | 2A |
| Octal | 253 | 161 | 51 | 0 | 42 | 114 | 41 | 41 | 75 | 52 |
| Binary | 10101011 | 1110001 | 101001 | 0 | 100010 | 1001100 | 100001 | 100001 | 111101 | 101010 |
Color Harmonies of #AB7129
Complementary color
Monochromatic Colors of #AB7129
Black with #AB7129
Text Example
Text Example
White with #AB7129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7129; }
p { color: rgb(171,113,41); }
H1.HeaderClassName
{
color: #AB7129;
}
.AnyTagClassName
{
color: #AB7129;
}
</style>
background-color css
<style>
a { background-color: #AB7129; }
a { background-color: rgb(171,113,41); }
div.DivClassName
{
background-color: #AB7129;
}
.BgClassName
{
background-color: #AB7129;
}
</style>
border-color css
<style>
span { border-color: #AB7129; }
span { border-color: rgb(171,113,41); }
td.TdClassName
{
border-color: #AB7129;
}
.TagClassName
{
border-color: #AB7129;
}
</style>