Shades of Hot Toddy #AB7E2F
Tints of Hot Toddy #AB7E2F
RGB
CMYK
RGB Variations
Color information
#AB7E2F (or 0xAB7E2F) is known color: Hot Toddy. HEX triplet: AB, 7E and 2F. RGB value is (171,126,47). Sum of RGB (Red+Green+Blue) = 171+126+47=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7E2F is #5481D0. Grayscale: #828282. Windows color (decimal): -5538257 or 3112619. OLE color: 3112619.
HSL color Cylindrical-coordinate representation of color #AB7E2F: hue angle of 38.23º degrees, saturation: 0.57, 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 #AB7E2F is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 47 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.33 |
| HSL | 38.23º | 0.57% | 0.43% | - |
| HSV(B) | 38.23º | 0.73% | 0.67% | - |
| XYZ | 24.77 | 23.78 | 5.97 | - |
| YUV | 130.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 47 | 0 | 0.26 | 0.73 | 0.33 | 38.23 | 0.57 | 0.43 |
| Hex | AB | 7E | 2F | 0 | 1A | 49 | 21 | 26 | 39 | 2B |
| Octal | 253 | 176 | 57 | 0 | 32 | 111 | 41 | 46 | 71 | 53 |
| Binary | 10101011 | 1111110 | 101111 | 0 | 11010 | 1001001 | 100001 | 100110 | 111001 | 101011 |
Color Harmonies of #AB7E2F
Complementary color
Monochromatic Colors of #AB7E2F
Black with #AB7E2F
Text Example
Text Example
White with #AB7E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E2F; }
p { color: rgb(171,126,47); }
H1.HeaderClassName
{
color: #AB7E2F;
}
.AnyTagClassName
{
color: #AB7E2F;
}
</style>
background-color css
<style>
a { background-color: #AB7E2F; }
a { background-color: rgb(171,126,47); }
div.DivClassName
{
background-color: #AB7E2F;
}
.BgClassName
{
background-color: #AB7E2F;
}
</style>
border-color css
<style>
span { border-color: #AB7E2F; }
span { border-color: rgb(171,126,47); }
td.TdClassName
{
border-color: #AB7E2F;
}
.TagClassName
{
border-color: #AB7E2F;
}
</style>