Shades of Tallow #AB9A6D
Tints of Tallow #AB9A6D
RGB
CMYK
RGB Variations
Color information
#AB9A6D (or 0xAB9A6D) is known color: Tallow. HEX triplet: AB, 9A and 6D. RGB value is (171,154,109). Sum of RGB (Red+Green+Blue) = 171+154+109=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A6D is #546592. Grayscale: #9A9A9A. Windows color (decimal): -5531027 or 7183019. OLE color: 7183019.
HSL color Cylindrical-coordinate representation of color #AB9A6D: hue angle of 43.55º 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 #AB9A6D is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 109 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.33 |
| HSL | 43.55º | 0.27% | 0.55% | - |
| HSV(B) | 43.55º | 0.36% | 0.67% | - |
| XYZ | 31.11 | 32.87 | 19.17 | - |
| YUV | 153.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 109 | 0 | 0.10 | 0.36 | 0.33 | 43.55 | 0.27 | 0.55 |
| Hex | AB | 9A | 6D | 0 | A | 24 | 21 | 2C | 1B | 37 |
| Octal | 253 | 232 | 155 | 0 | 12 | 44 | 41 | 54 | 33 | 67 |
| Binary | 10101011 | 10011010 | 1101101 | 0 | 1010 | 100100 | 100001 | 101100 | 11011 | 110111 |
Color Harmonies of #AB9A6D
Complementary color
Monochromatic Colors of #AB9A6D
Black with #AB9A6D
Text Example
Text Example
White with #AB9A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A6D; }
p { color: rgb(171,154,109); }
H1.HeaderClassName
{
color: #AB9A6D;
}
.AnyTagClassName
{
color: #AB9A6D;
}
</style>
background-color css
<style>
a { background-color: #AB9A6D; }
a { background-color: rgb(171,154,109); }
div.DivClassName
{
background-color: #AB9A6D;
}
.BgClassName
{
background-color: #AB9A6D;
}
</style>
border-color css
<style>
span { border-color: #AB9A6D; }
span { border-color: rgb(171,154,109); }
td.TdClassName
{
border-color: #AB9A6D;
}
.TagClassName
{
border-color: #AB9A6D;
}
</style>