Shades of Tallow #AB9C7B
Tints of Tallow #AB9C7B
RGB
CMYK
RGB Variations
Color information
#AB9C7B (or 0xAB9C7B) is known color: Tallow. HEX triplet: AB, 9C and 7B. RGB value is (171,156,123). Sum of RGB (Red+Green+Blue) = 171+156+123=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C7B is #546384. Grayscale: #9C9C9C. Windows color (decimal): -5530501 or 8101035. OLE color: 8101035.
HSL color Cylindrical-coordinate representation of color #AB9C7B: hue angle of 41.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB9C7B is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 156 | 123 | - |
CMYK | 0 | 0.09 | 0.28 | 0.33 |
HSL | 41.25º | 0.22% | 0.58% | - |
HSV(B) | 41.25º | 0.28% | 0.67% | - |
XYZ | 32.26 | 33.86 | 23.58 | - |
YUV | 156.72 | 108.97 | 138.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 156 | 123 | 0 | 0.09 | 0.28 | 0.33 | 41.25 | 0.22 | 0.58 |
Hex | AB | 9C | 7B | 0 | 9 | 1C | 21 | 29 | 16 | 3A |
Octal | 253 | 234 | 173 | 0 | 11 | 34 | 41 | 51 | 26 | 72 |
Binary | 10101011 | 10011100 | 1111011 | 0 | 1001 | 11100 | 100001 | 101001 | 10110 | 111010 |
Color Harmonies of #AB9C7B
Complementary color
Monochromatic Colors of #AB9C7B
Black with #AB9C7B
Text Example
Text Example
White with #AB9C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C7B; }
p { color: rgb(171,156,123); }
H1.HeaderClassName
{
color: #AB9C7B;
}
.AnyTagClassName
{
color: #AB9C7B;
}
</style>
background-color css
<style>
a { background-color: #AB9C7B; }
a { background-color: rgb(171,156,123); }
div.DivClassName
{
background-color: #AB9C7B;
}
.BgClassName
{
background-color: #AB9C7B;
}
</style>
border-color css
<style>
span { border-color: #AB9C7B; }
span { border-color: rgb(171,156,123); }
td.TdClassName
{
border-color: #AB9C7B;
}
.TagClassName
{
border-color: #AB9C7B;
}
</style>