Shades of Hot Toddy #AB8229
Tints of Hot Toddy #AB8229
RGB
CMYK
RGB Variations
Color information
#AB8229 (or 0xAB8229) is known color: Hot Toddy. HEX triplet: AB, 82 and 29. RGB value is (171,130,41). Sum of RGB (Red+Green+Blue) = 171+130+41=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8229 is #547DD6. Grayscale: #848484. Windows color (decimal): -5537239 or 2720427. OLE color: 2720427.
HSL color Cylindrical-coordinate representation of color #AB8229: hue angle of 41.08º 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 #AB8229 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 41 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.33 |
| HSL | 41.08º | 0.61% | 0.42% | - |
| HSV(B) | 41.08º | 0.76% | 0.67% | - |
| XYZ | 25.18 | 24.78 | 5.55 | - |
| YUV | 132.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 41 | 0 | 0.24 | 0.76 | 0.33 | 41.08 | 0.61 | 0.42 |
| Hex | AB | 82 | 29 | 0 | 18 | 4C | 21 | 29 | 3D | 2A |
| Octal | 253 | 202 | 51 | 0 | 30 | 114 | 41 | 51 | 75 | 52 |
| Binary | 10101011 | 10000010 | 101001 | 0 | 11000 | 1001100 | 100001 | 101001 | 111101 | 101010 |
Color Harmonies of #AB8229
Complementary color
Monochromatic Colors of #AB8229
Black with #AB8229
Text Example
Text Example
White with #AB8229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8229; }
p { color: rgb(171,130,41); }
H1.HeaderClassName
{
color: #AB8229;
}
.AnyTagClassName
{
color: #AB8229;
}
</style>
background-color css
<style>
a { background-color: #AB8229; }
a { background-color: rgb(171,130,41); }
div.DivClassName
{
background-color: #AB8229;
}
.BgClassName
{
background-color: #AB8229;
}
</style>
border-color css
<style>
span { border-color: #AB8229; }
span { border-color: rgb(171,130,41); }
td.TdClassName
{
border-color: #AB8229;
}
.TagClassName
{
border-color: #AB8229;
}
</style>