Shades of Tallow #A89978
Tints of Tallow #A89978
RGB
CMYK
RGB Variations
Color information
#A89978 (or 0xA89978) is known color: Tallow. HEX triplet: A8, 99 and 78. RGB value is (168,153,120). Sum of RGB (Red+Green+Blue) = 168+153+120=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A89978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89978 is #576687. Grayscale: #999999. Windows color (decimal): -5727880 or 7903656. OLE color: 7903656.
HSL color Cylindrical-coordinate representation of color #A89978: hue angle of 41.25º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89978 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 120 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.34 |
| HSL | 41.25º | 0.22% | 0.56% | - |
| HSV(B) | 41.25º | 0.29% | 0.66% | - |
| XYZ | 30.93 | 32.46 | 22.41 | - |
| YUV | 153.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 120 | 0 | 0.09 | 0.29 | 0.34 | 41.25 | 0.22 | 0.56 |
| Hex | A8 | 99 | 78 | 0 | 9 | 1D | 22 | 29 | 16 | 38 |
| Octal | 250 | 231 | 170 | 0 | 11 | 35 | 42 | 51 | 26 | 70 |
| Binary | 10101000 | 10011001 | 1111000 | 0 | 1001 | 11101 | 100010 | 101001 | 10110 | 111000 |
Color Harmonies of #A89978
Complementary color
Monochromatic Colors of #A89978
Black with #A89978
Text Example
Text Example
White with #A89978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89978; }
p { color: rgb(168,153,120); }
H1.HeaderClassName
{
color: #A89978;
}
.AnyTagClassName
{
color: #A89978;
}
</style>
background-color css
<style>
a { background-color: #A89978; }
a { background-color: rgb(168,153,120); }
div.DivClassName
{
background-color: #A89978;
}
.BgClassName
{
background-color: #A89978;
}
</style>
border-color css
<style>
span { border-color: #A89978; }
span { border-color: rgb(168,153,120); }
td.TdClassName
{
border-color: #A89978;
}
.TagClassName
{
border-color: #A89978;
}
</style>