Shades of Tallow #AB9C7A
Tints of Tallow #AB9C7A
RGB
CMYK
RGB Variations
Color information
#AB9C7A (or 0xAB9C7A) is known color: Tallow. HEX triplet: AB, 9C and 7A. RGB value is (171,156,122). Sum of RGB (Red+Green+Blue) = 171+156+122=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C7A is #546385. Grayscale: #9C9C9C. Windows color (decimal): -5530502 or 8035499. OLE color: 8035499.
HSL color Cylindrical-coordinate representation of color #AB9C7A: hue angle of 41.63º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9C7A is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 122 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.33 |
| HSL | 41.63º | 0.23% | 0.57% | - |
| HSV(B) | 41.63º | 0.29% | 0.67% | - |
| XYZ | 32.2 | 33.84 | 23.25 | - |
| YUV | 156.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 122 | 0 | 0.09 | 0.29 | 0.33 | 41.63 | 0.23 | 0.57 |
| Hex | AB | 9C | 7A | 0 | 9 | 1D | 21 | 2A | 17 | 39 |
| Octal | 253 | 234 | 172 | 0 | 11 | 35 | 41 | 52 | 27 | 71 |
| Binary | 10101011 | 10011100 | 1111010 | 0 | 1001 | 11101 | 100001 | 101010 | 10111 | 111001 |
Color Harmonies of #AB9C7A
Complementary color
Monochromatic Colors of #AB9C7A
Black with #AB9C7A
Text Example
Text Example
White with #AB9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C7A; }
p { color: rgb(171,156,122); }
H1.HeaderClassName
{
color: #AB9C7A;
}
.AnyTagClassName
{
color: #AB9C7A;
}
</style>
background-color css
<style>
a { background-color: #AB9C7A; }
a { background-color: rgb(171,156,122); }
div.DivClassName
{
background-color: #AB9C7A;
}
.BgClassName
{
background-color: #AB9C7A;
}
</style>
border-color css
<style>
span { border-color: #AB9C7A; }
span { border-color: rgb(171,156,122); }
td.TdClassName
{
border-color: #AB9C7A;
}
.TagClassName
{
border-color: #AB9C7A;
}
</style>