Shades of Hot Toddy #AB702E
Tints of Hot Toddy #AB702E
RGB
CMYK
RGB Variations
Color information
#AB702E (or 0xAB702E) is known color: Hot Toddy. HEX triplet: AB, 70 and 2E. RGB value is (171,112,46). Sum of RGB (Red+Green+Blue) = 171+112+46=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB702E is #548FD1. Grayscale: #7A7A7A. Windows color (decimal): -5541842 or 3043499. OLE color: 3043499.
HSL color Cylindrical-coordinate representation of color #AB702E: hue angle of 31.68º 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 #AB702E is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 46 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.33 |
| HSL | 31.68º | 0.58% | 0.43% | - |
| HSV(B) | 31.68º | 0.73% | 0.67% | - |
| XYZ | 23.08 | 20.44 | 5.31 | - |
| YUV | 122.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 46 | 0 | 0.35 | 0.73 | 0.33 | 31.68 | 0.58 | 0.43 |
| Hex | AB | 70 | 2E | 0 | 23 | 49 | 21 | 20 | 3A | 2B |
| Octal | 253 | 160 | 56 | 0 | 43 | 111 | 41 | 40 | 72 | 53 |
| Binary | 10101011 | 1110000 | 101110 | 0 | 100011 | 1001001 | 100001 | 100000 | 111010 | 101011 |
Color Harmonies of #AB702E
Complementary color
Monochromatic Colors of #AB702E
Black with #AB702E
Text Example
Text Example
White with #AB702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB702E; }
p { color: rgb(171,112,46); }
H1.HeaderClassName
{
color: #AB702E;
}
.AnyTagClassName
{
color: #AB702E;
}
</style>
background-color css
<style>
a { background-color: #AB702E; }
a { background-color: rgb(171,112,46); }
div.DivClassName
{
background-color: #AB702E;
}
.BgClassName
{
background-color: #AB702E;
}
</style>
border-color css
<style>
span { border-color: #AB702E; }
span { border-color: rgb(171,112,46); }
td.TdClassName
{
border-color: #AB702E;
}
.TagClassName
{
border-color: #AB702E;
}
</style>