Shades of Tallow #AB996A
Tints of Tallow #AB996A
RGB
CMYK
RGB Variations
Color information
#AB996A (or 0xAB996A) is known color: Tallow. HEX triplet: AB, 99 and 6A. RGB value is (171,153,106). Sum of RGB (Red+Green+Blue) = 171+153+106=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB996A is #546695. Grayscale: #999999. Windows color (decimal): -5531286 or 6986155. OLE color: 6986155.
HSL color Cylindrical-coordinate representation of color #AB996A: hue angle of 43.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB996A is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 106 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.33 |
| HSL | 43.38º | 0.28% | 0.54% | - |
| HSV(B) | 43.38º | 0.38% | 0.67% | - |
| XYZ | 30.79 | 32.48 | 18.28 | - |
| YUV | 153.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 106 | 0 | 0.11 | 0.38 | 0.33 | 43.38 | 0.28 | 0.54 |
| Hex | AB | 99 | 6A | 0 | B | 26 | 21 | 2B | 1C | 36 |
| Octal | 253 | 231 | 152 | 0 | 13 | 46 | 41 | 53 | 34 | 66 |
| Binary | 10101011 | 10011001 | 1101010 | 0 | 1011 | 100110 | 100001 | 101011 | 11100 | 110110 |
Color Harmonies of #AB996A
Complementary color
Monochromatic Colors of #AB996A
Black with #AB996A
Text Example
Text Example
White with #AB996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB996A; }
p { color: rgb(171,153,106); }
H1.HeaderClassName
{
color: #AB996A;
}
.AnyTagClassName
{
color: #AB996A;
}
</style>
background-color css
<style>
a { background-color: #AB996A; }
a { background-color: rgb(171,153,106); }
div.DivClassName
{
background-color: #AB996A;
}
.BgClassName
{
background-color: #AB996A;
}
</style>
border-color css
<style>
span { border-color: #AB996A; }
span { border-color: rgb(171,153,106); }
td.TdClassName
{
border-color: #AB996A;
}
.TagClassName
{
border-color: #AB996A;
}
</style>