Shades of Hot Toddy #AB7E2E
Tints of Hot Toddy #AB7E2E
RGB
CMYK
RGB Variations
Color information
#AB7E2E (or 0xAB7E2E) is known color: Hot Toddy. HEX triplet: AB, 7E and 2E. RGB value is (171,126,46). Sum of RGB (Red+Green+Blue) = 171+126+46=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7E2E is #5481D1. Grayscale: #828282. Windows color (decimal): -5538258 or 3047083. OLE color: 3047083.
HSL color Cylindrical-coordinate representation of color #AB7E2E: hue angle of 38.4º 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 #AB7E2E is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 46 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.33 |
| HSL | 38.4º | 0.58% | 0.43% | - |
| HSV(B) | 38.4º | 0.73% | 0.67% | - |
| XYZ | 24.75 | 23.78 | 5.87 | - |
| YUV | 130.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 46 | 0 | 0.26 | 0.73 | 0.33 | 38.4 | 0.58 | 0.43 |
| Hex | AB | 7E | 2E | 0 | 1A | 49 | 21 | 26 | 3A | 2B |
| Octal | 253 | 176 | 56 | 0 | 32 | 111 | 41 | 46 | 72 | 53 |
| Binary | 10101011 | 1111110 | 101110 | 0 | 11010 | 1001001 | 100001 | 100110 | 111010 | 101011 |
Color Harmonies of #AB7E2E
Complementary color
Monochromatic Colors of #AB7E2E
Black with #AB7E2E
Text Example
Text Example
White with #AB7E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E2E; }
p { color: rgb(171,126,46); }
H1.HeaderClassName
{
color: #AB7E2E;
}
.AnyTagClassName
{
color: #AB7E2E;
}
</style>
background-color css
<style>
a { background-color: #AB7E2E; }
a { background-color: rgb(171,126,46); }
div.DivClassName
{
background-color: #AB7E2E;
}
.BgClassName
{
background-color: #AB7E2E;
}
</style>
border-color css
<style>
span { border-color: #AB7E2E; }
span { border-color: rgb(171,126,46); }
td.TdClassName
{
border-color: #AB7E2E;
}
.TagClassName
{
border-color: #AB7E2E;
}
</style>