Shades of Tallow #A8996D
Tints of Tallow #A8996D
RGB
CMYK
RGB Variations
Color information
#A8996D (or 0xA8996D) is known color: Tallow. HEX triplet: A8, 99 and 6D. RGB value is (168,153,109). Sum of RGB (Red+Green+Blue) = 168+153+109=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A8996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8996D is #576692. Grayscale: #989898. Windows color (decimal): -5727891 or 7182760. OLE color: 7182760.
HSL color Cylindrical-coordinate representation of color #A8996D: hue angle of 44.75º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8996D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 109 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.34 |
| HSL | 44.75º | 0.25% | 0.54% | - |
| HSV(B) | 44.75º | 0.35% | 0.66% | - |
| XYZ | 30.3 | 32.21 | 19.09 | - |
| YUV | 152.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 109 | 0 | 0.09 | 0.35 | 0.34 | 44.75 | 0.25 | 0.54 |
| Hex | A8 | 99 | 6D | 0 | 9 | 23 | 22 | 2D | 19 | 36 |
| Octal | 250 | 231 | 155 | 0 | 11 | 43 | 42 | 55 | 31 | 66 |
| Binary | 10101000 | 10011001 | 1101101 | 0 | 1001 | 100011 | 100010 | 101101 | 11001 | 110110 |
Color Harmonies of #A8996D
Complementary color
Monochromatic Colors of #A8996D
Black with #A8996D
Text Example
Text Example
White with #A8996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8996D; }
p { color: rgb(168,153,109); }
H1.HeaderClassName
{
color: #A8996D;
}
.AnyTagClassName
{
color: #A8996D;
}
</style>
background-color css
<style>
a { background-color: #A8996D; }
a { background-color: rgb(168,153,109); }
div.DivClassName
{
background-color: #A8996D;
}
.BgClassName
{
background-color: #A8996D;
}
</style>
border-color css
<style>
span { border-color: #A8996D; }
span { border-color: rgb(168,153,109); }
td.TdClassName
{
border-color: #A8996D;
}
.TagClassName
{
border-color: #A8996D;
}
</style>