Shades of Hot Toddy #AB7229
Tints of Hot Toddy #AB7229
RGB
CMYK
RGB Variations
Color information
#AB7229 (or 0xAB7229) is known color: Hot Toddy. HEX triplet: AB, 72 and 29. RGB value is (171,114,41). Sum of RGB (Red+Green+Blue) = 171+114+41=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7229 is #548DD6. Grayscale: #7B7B7B. Windows color (decimal): -5541335 or 2716331. OLE color: 2716331.
HSL color Cylindrical-coordinate representation of color #AB7229: hue angle of 33.69º 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 #AB7229 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 41 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.33 |
| HSL | 33.69º | 0.61% | 0.42% | - |
| HSV(B) | 33.69º | 0.76% | 0.67% | - |
| XYZ | 23.21 | 20.85 | 4.9 | - |
| YUV | 122.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 41 | 0 | 0.33 | 0.76 | 0.33 | 33.69 | 0.61 | 0.42 |
| Hex | AB | 72 | 29 | 0 | 21 | 4C | 21 | 22 | 3D | 2A |
| Octal | 253 | 162 | 51 | 0 | 41 | 114 | 41 | 42 | 75 | 52 |
| Binary | 10101011 | 1110010 | 101001 | 0 | 100001 | 1001100 | 100001 | 100010 | 111101 | 101010 |
Color Harmonies of #AB7229
Complementary color
Monochromatic Colors of #AB7229
Black with #AB7229
Text Example
Text Example
White with #AB7229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7229; }
p { color: rgb(171,114,41); }
H1.HeaderClassName
{
color: #AB7229;
}
.AnyTagClassName
{
color: #AB7229;
}
</style>
background-color css
<style>
a { background-color: #AB7229; }
a { background-color: rgb(171,114,41); }
div.DivClassName
{
background-color: #AB7229;
}
.BgClassName
{
background-color: #AB7229;
}
</style>
border-color css
<style>
span { border-color: #AB7229; }
span { border-color: rgb(171,114,41); }
td.TdClassName
{
border-color: #AB7229;
}
.TagClassName
{
border-color: #AB7229;
}
</style>