Shades of Tallow #A9996B
Tints of Tallow #A9996B
RGB
CMYK
RGB Variations
Color information
#A9996B (or 0xA9996B) is known color: Tallow. HEX triplet: A9, 99 and 6B. RGB value is (169,153,107). Sum of RGB (Red+Green+Blue) = 169+153+107=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A9996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9996B is #566694. Grayscale: #989898. Windows color (decimal): -5662357 or 7051689. OLE color: 7051689.
HSL color Cylindrical-coordinate representation of color #A9996B: hue angle of 44.52º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9996B is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 107 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.34 |
| HSL | 44.52º | 0.26% | 0.54% | - |
| HSV(B) | 44.52º | 0.37% | 0.66% | - |
| XYZ | 30.41 | 32.28 | 18.54 | - |
| YUV | 152.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 107 | 0 | 0.09 | 0.37 | 0.34 | 44.52 | 0.26 | 0.54 |
| Hex | A9 | 99 | 6B | 0 | 9 | 25 | 22 | 2D | 1A | 36 |
| Octal | 251 | 231 | 153 | 0 | 11 | 45 | 42 | 55 | 32 | 66 |
| Binary | 10101001 | 10011001 | 1101011 | 0 | 1001 | 100101 | 100010 | 101101 | 11010 | 110110 |
Color Harmonies of #A9996B
Complementary color
Monochromatic Colors of #A9996B
Black with #A9996B
Text Example
Text Example
White with #A9996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9996B; }
p { color: rgb(169,153,107); }
H1.HeaderClassName
{
color: #A9996B;
}
.AnyTagClassName
{
color: #A9996B;
}
</style>
background-color css
<style>
a { background-color: #A9996B; }
a { background-color: rgb(169,153,107); }
div.DivClassName
{
background-color: #A9996B;
}
.BgClassName
{
background-color: #A9996B;
}
</style>
border-color css
<style>
span { border-color: #A9996B; }
span { border-color: rgb(169,153,107); }
td.TdClassName
{
border-color: #A9996B;
}
.TagClassName
{
border-color: #A9996B;
}
</style>