Shades of Tallow #A89969
Tints of Tallow #A89969
RGB
CMYK
RGB Variations
Color information
#A89969 (or 0xA89969) is known color: Tallow. HEX triplet: A8, 99 and 69. RGB value is (168,153,105). Sum of RGB (Red+Green+Blue) = 168+153+105=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A89969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89969 is #576696. Grayscale: #989898. Windows color (decimal): -5727895 or 6920616. OLE color: 6920616.
HSL color Cylindrical-coordinate representation of color #A89969: hue angle of 45.71º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89969 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 105 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.34 |
| HSL | 45.71º | 0.27% | 0.54% | - |
| HSV(B) | 45.71º | 0.38% | 0.66% | - |
| XYZ | 30.09 | 32.13 | 17.98 | - |
| YUV | 152.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 105 | 0 | 0.09 | 0.38 | 0.34 | 45.71 | 0.27 | 0.54 |
| Hex | A8 | 99 | 69 | 0 | 9 | 26 | 22 | 2E | 1B | 36 |
| Octal | 250 | 231 | 151 | 0 | 11 | 46 | 42 | 56 | 33 | 66 |
| Binary | 10101000 | 10011001 | 1101001 | 0 | 1001 | 100110 | 100010 | 101110 | 11011 | 110110 |
Color Harmonies of #A89969
Complementary color
Monochromatic Colors of #A89969
Black with #A89969
Text Example
Text Example
White with #A89969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89969; }
p { color: rgb(168,153,105); }
H1.HeaderClassName
{
color: #A89969;
}
.AnyTagClassName
{
color: #A89969;
}
</style>
background-color css
<style>
a { background-color: #A89969; }
a { background-color: rgb(168,153,105); }
div.DivClassName
{
background-color: #A89969;
}
.BgClassName
{
background-color: #A89969;
}
</style>
border-color css
<style>
span { border-color: #A89969; }
span { border-color: rgb(168,153,105); }
td.TdClassName
{
border-color: #A89969;
}
.TagClassName
{
border-color: #A89969;
}
</style>