Shades of Tallow #AB9967
Tints of Tallow #AB9967
RGB
CMYK
RGB Variations
Color information
#AB9967 (or 0xAB9967) is known color: Tallow. HEX triplet: AB, 99 and 67. RGB value is (171,153,103). Sum of RGB (Red+Green+Blue) = 171+153+103=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9967 is #546698. Grayscale: #989898. Windows color (decimal): -5531289 or 6789547. OLE color: 6789547.
HSL color Cylindrical-coordinate representation of color #AB9967: hue angle of 44.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB9967 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 103 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.33 |
| HSL | 44.12º | 0.29% | 0.54% | - |
| HSV(B) | 44.12º | 0.4% | 0.67% | - |
| XYZ | 30.63 | 32.42 | 17.48 | - |
| YUV | 152.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 103 | 0 | 0.11 | 0.40 | 0.33 | 44.12 | 0.29 | 0.54 |
| Hex | AB | 99 | 67 | 0 | B | 28 | 21 | 2C | 1D | 36 |
| Octal | 253 | 231 | 147 | 0 | 13 | 50 | 41 | 54 | 35 | 66 |
| Binary | 10101011 | 10011001 | 1100111 | 0 | 1011 | 101000 | 100001 | 101100 | 11101 | 110110 |
Color Harmonies of #AB9967
Complementary color
Monochromatic Colors of #AB9967
Black with #AB9967
Text Example
Text Example
White with #AB9967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9967; }
p { color: rgb(171,153,103); }
H1.HeaderClassName
{
color: #AB9967;
}
.AnyTagClassName
{
color: #AB9967;
}
</style>
background-color css
<style>
a { background-color: #AB9967; }
a { background-color: rgb(171,153,103); }
div.DivClassName
{
background-color: #AB9967;
}
.BgClassName
{
background-color: #AB9967;
}
</style>
border-color css
<style>
span { border-color: #AB9967; }
span { border-color: rgb(171,153,103); }
td.TdClassName
{
border-color: #AB9967;
}
.TagClassName
{
border-color: #AB9967;
}
</style>