Shades of Hot Toddy #AB8128
Tints of Hot Toddy #AB8128
RGB
CMYK
RGB Variations
Color information
#AB8128 (or 0xAB8128) is known color: Hot Toddy. HEX triplet: AB, 81 and 28. RGB value is (171,129,40). Sum of RGB (Red+Green+Blue) = 171+129+40=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8128 is #547ED7. Grayscale: #838383. Windows color (decimal): -5537496 or 2654635. OLE color: 2654635.
HSL color Cylindrical-coordinate representation of color #AB8128: hue angle of 40.76º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB8128 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 40 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.33 |
| HSL | 40.76º | 0.62% | 0.41% | - |
| HSV(B) | 40.76º | 0.77% | 0.67% | - |
| XYZ | 25.03 | 24.51 | 5.42 | - |
| YUV | 131.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 40 | 0 | 0.25 | 0.77 | 0.33 | 40.76 | 0.62 | 0.41 |
| Hex | AB | 81 | 28 | 0 | 19 | 4D | 21 | 29 | 3E | 29 |
| Octal | 253 | 201 | 50 | 0 | 31 | 115 | 41 | 51 | 76 | 51 |
| Binary | 10101011 | 10000001 | 101000 | 0 | 11001 | 1001101 | 100001 | 101001 | 111110 | 101001 |
Color Harmonies of #AB8128
Complementary color
Monochromatic Colors of #AB8128
Black with #AB8128
Text Example
Text Example
White with #AB8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8128; }
p { color: rgb(171,129,40); }
H1.HeaderClassName
{
color: #AB8128;
}
.AnyTagClassName
{
color: #AB8128;
}
</style>
background-color css
<style>
a { background-color: #AB8128; }
a { background-color: rgb(171,129,40); }
div.DivClassName
{
background-color: #AB8128;
}
.BgClassName
{
background-color: #AB8128;
}
</style>
border-color css
<style>
span { border-color: #AB8128; }
span { border-color: rgb(171,129,40); }
td.TdClassName
{
border-color: #AB8128;
}
.TagClassName
{
border-color: #AB8128;
}
</style>