Shades of Hot Toddy #AB702F
Tints of Hot Toddy #AB702F
RGB
CMYK
RGB Variations
Color information
#AB702F (or 0xAB702F) is known color: Hot Toddy. HEX triplet: AB, 70 and 2F. RGB value is (171,112,47). Sum of RGB (Red+Green+Blue) = 171+112+47=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB702F is #548FD0. Grayscale: #7A7A7A. Windows color (decimal): -5541841 or 3109035. OLE color: 3109035.
HSL color Cylindrical-coordinate representation of color #AB702F: hue angle of 31.45º 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 #AB702F is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 47 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.33 |
| HSL | 31.45º | 0.57% | 0.43% | - |
| HSV(B) | 31.45º | 0.73% | 0.67% | - |
| XYZ | 23.1 | 20.45 | 5.42 | - |
| YUV | 122.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 47 | 0 | 0.35 | 0.73 | 0.33 | 31.45 | 0.57 | 0.43 |
| Hex | AB | 70 | 2F | 0 | 23 | 49 | 21 | 1F | 39 | 2B |
| Octal | 253 | 160 | 57 | 0 | 43 | 111 | 41 | 37 | 71 | 53 |
| Binary | 10101011 | 1110000 | 101111 | 0 | 100011 | 1001001 | 100001 | 11111 | 111001 | 101011 |
Color Harmonies of #AB702F
Complementary color
Monochromatic Colors of #AB702F
Black with #AB702F
Text Example
Text Example
White with #AB702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB702F; }
p { color: rgb(171,112,47); }
H1.HeaderClassName
{
color: #AB702F;
}
.AnyTagClassName
{
color: #AB702F;
}
</style>
background-color css
<style>
a { background-color: #AB702F; }
a { background-color: rgb(171,112,47); }
div.DivClassName
{
background-color: #AB702F;
}
.BgClassName
{
background-color: #AB702F;
}
</style>
border-color css
<style>
span { border-color: #AB702F; }
span { border-color: rgb(171,112,47); }
td.TdClassName
{
border-color: #AB702F;
}
.TagClassName
{
border-color: #AB702F;
}
</style>