Shades of Tallow #A8996A
Tints of Tallow #A8996A
RGB
CMYK
RGB Variations
Color information
#A8996A (or 0xA8996A) is known color: Tallow. HEX triplet: A8, 99 and 6A. RGB value is (168,153,106). Sum of RGB (Red+Green+Blue) = 168+153+106=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8996A is #576695. Grayscale: #989898. Windows color (decimal): -5727894 or 6986152. OLE color: 6986152.
HSL color Cylindrical-coordinate representation of color #A8996A: hue angle of 45.48º 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 #A8996A is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 106 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.34 |
| HSL | 45.48º | 0.26% | 0.54% | - |
| HSV(B) | 45.48º | 0.37% | 0.66% | - |
| XYZ | 30.14 | 32.15 | 18.25 | - |
| YUV | 152.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 106 | 0 | 0.09 | 0.37 | 0.34 | 45.48 | 0.26 | 0.54 |
| Hex | A8 | 99 | 6A | 0 | 9 | 25 | 22 | 2D | 1A | 36 |
| Octal | 250 | 231 | 152 | 0 | 11 | 45 | 42 | 55 | 32 | 66 |
| Binary | 10101000 | 10011001 | 1101010 | 0 | 1001 | 100101 | 100010 | 101101 | 11010 | 110110 |
Color Harmonies of #A8996A
Complementary color
Monochromatic Colors of #A8996A
Black with #A8996A
Text Example
Text Example
White with #A8996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8996A; }
p { color: rgb(168,153,106); }
H1.HeaderClassName
{
color: #A8996A;
}
.AnyTagClassName
{
color: #A8996A;
}
</style>
background-color css
<style>
a { background-color: #A8996A; }
a { background-color: rgb(168,153,106); }
div.DivClassName
{
background-color: #A8996A;
}
.BgClassName
{
background-color: #A8996A;
}
</style>
border-color css
<style>
span { border-color: #A8996A; }
span { border-color: rgb(168,153,106); }
td.TdClassName
{
border-color: #A8996A;
}
.TagClassName
{
border-color: #A8996A;
}
</style>