Shades of Tallow #AB966E
Tints of Tallow #AB966E
RGB
CMYK
RGB Variations
Color information
#AB966E (or 0xAB966E) is known color: Tallow. HEX triplet: AB, 96 and 6E. RGB value is (171,150,110). Sum of RGB (Red+Green+Blue) = 171+150+110=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB966E is #546991. Grayscale: #979797. Windows color (decimal): -5532050 or 7247531. OLE color: 7247531.
HSL color Cylindrical-coordinate representation of color #AB966E: hue angle of 39.34º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB966E is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 110 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.33 |
| HSL | 39.34º | 0.27% | 0.55% | - |
| HSV(B) | 39.34º | 0.36% | 0.67% | - |
| XYZ | 30.52 | 31.6 | 19.24 | - |
| YUV | 151.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 110 | 0 | 0.12 | 0.36 | 0.33 | 39.34 | 0.27 | 0.55 |
| Hex | AB | 96 | 6E | 0 | C | 24 | 21 | 27 | 1B | 37 |
| Octal | 253 | 226 | 156 | 0 | 14 | 44 | 41 | 47 | 33 | 67 |
| Binary | 10101011 | 10010110 | 1101110 | 0 | 1100 | 100100 | 100001 | 100111 | 11011 | 110111 |
Color Harmonies of #AB966E
Complementary color
Monochromatic Colors of #AB966E
Black with #AB966E
Text Example
Text Example
White with #AB966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB966E; }
p { color: rgb(171,150,110); }
H1.HeaderClassName
{
color: #AB966E;
}
.AnyTagClassName
{
color: #AB966E;
}
</style>
background-color css
<style>
a { background-color: #AB966E; }
a { background-color: rgb(171,150,110); }
div.DivClassName
{
background-color: #AB966E;
}
.BgClassName
{
background-color: #AB966E;
}
</style>
border-color css
<style>
span { border-color: #AB966E; }
span { border-color: rgb(171,150,110); }
td.TdClassName
{
border-color: #AB966E;
}
.TagClassName
{
border-color: #AB966E;
}
</style>