Shades of Hot Toddy #AB7A2E
Tints of Hot Toddy #AB7A2E
RGB
CMYK
RGB Variations
Color information
#AB7A2E (or 0xAB7A2E) is known color: Hot Toddy. HEX triplet: AB, 7A and 2E. RGB value is (171,122,46). Sum of RGB (Red+Green+Blue) = 171+122+46=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7A2E is #5485D1. Grayscale: #808080. Windows color (decimal): -5539282 or 3046059. OLE color: 3046059.
HSL color Cylindrical-coordinate representation of color #AB7A2E: hue angle of 36.48º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB7A2E is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 46 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.33 |
| HSL | 36.48º | 0.58% | 0.43% | - |
| HSV(B) | 36.48º | 0.73% | 0.67% | - |
| XYZ | 24.25 | 22.77 | 5.7 | - |
| YUV | 127.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 46 | 0 | 0.29 | 0.73 | 0.33 | 36.48 | 0.58 | 0.43 |
| Hex | AB | 7A | 2E | 0 | 1D | 49 | 21 | 24 | 3A | 2B |
| Octal | 253 | 172 | 56 | 0 | 35 | 111 | 41 | 44 | 72 | 53 |
| Binary | 10101011 | 1111010 | 101110 | 0 | 11101 | 1001001 | 100001 | 100100 | 111010 | 101011 |
Color Harmonies of #AB7A2E
Complementary color
Monochromatic Colors of #AB7A2E
Black with #AB7A2E
Text Example
Text Example
White with #AB7A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A2E; }
p { color: rgb(171,122,46); }
H1.HeaderClassName
{
color: #AB7A2E;
}
.AnyTagClassName
{
color: #AB7A2E;
}
</style>
background-color css
<style>
a { background-color: #AB7A2E; }
a { background-color: rgb(171,122,46); }
div.DivClassName
{
background-color: #AB7A2E;
}
.BgClassName
{
background-color: #AB7A2E;
}
</style>
border-color css
<style>
span { border-color: #AB7A2E; }
span { border-color: rgb(171,122,46); }
td.TdClassName
{
border-color: #AB7A2E;
}
.TagClassName
{
border-color: #AB7A2E;
}
</style>