Shades of Tallow #AB9C6D
Tints of Tallow #AB9C6D
RGB
CMYK
RGB Variations
Color information
#AB9C6D (or 0xAB9C6D) is known color: Tallow. HEX triplet: AB, 9C and 6D. RGB value is (171,156,109). Sum of RGB (Red+Green+Blue) = 171+156+109=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C6D is #546392. Grayscale: #9B9B9B. Windows color (decimal): -5530515 or 7183531. OLE color: 7183531.
HSL color Cylindrical-coordinate representation of color #AB9C6D: hue angle of 45.48º 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 #AB9C6D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 109 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.33 |
| HSL | 45.48º | 0.27% | 0.55% | - |
| HSV(B) | 45.48º | 0.36% | 0.67% | - |
| XYZ | 31.44 | 33.54 | 19.28 | - |
| YUV | 155.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 109 | 0 | 0.09 | 0.36 | 0.33 | 45.48 | 0.27 | 0.55 |
| Hex | AB | 9C | 6D | 0 | 9 | 24 | 21 | 2D | 1B | 37 |
| Octal | 253 | 234 | 155 | 0 | 11 | 44 | 41 | 55 | 33 | 67 |
| Binary | 10101011 | 10011100 | 1101101 | 0 | 1001 | 100100 | 100001 | 101101 | 11011 | 110111 |
Color Harmonies of #AB9C6D
Complementary color
Monochromatic Colors of #AB9C6D
Black with #AB9C6D
Text Example
Text Example
White with #AB9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C6D; }
p { color: rgb(171,156,109); }
H1.HeaderClassName
{
color: #AB9C6D;
}
.AnyTagClassName
{
color: #AB9C6D;
}
</style>
background-color css
<style>
a { background-color: #AB9C6D; }
a { background-color: rgb(171,156,109); }
div.DivClassName
{
background-color: #AB9C6D;
}
.BgClassName
{
background-color: #AB9C6D;
}
</style>
border-color css
<style>
span { border-color: #AB9C6D; }
span { border-color: rgb(171,156,109); }
td.TdClassName
{
border-color: #AB9C6D;
}
.TagClassName
{
border-color: #AB9C6D;
}
</style>