Shades of Tallow #A89968
Tints of Tallow #A89968
RGB
CMYK
RGB Variations
Color information
#A89968 (or 0xA89968) is known color: Tallow. HEX triplet: A8, 99 and 68. RGB value is (168,153,104). Sum of RGB (Red+Green+Blue) = 168+153+104=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A89968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89968 is #576697. Grayscale: #989898. Windows color (decimal): -5727896 or 6855080. OLE color: 6855080.
HSL color Cylindrical-coordinate representation of color #A89968: hue angle of 45.94º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89968 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 104 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.34 |
| HSL | 45.94º | 0.27% | 0.53% | - |
| HSV(B) | 45.94º | 0.38% | 0.66% | - |
| XYZ | 30.04 | 32.11 | 17.71 | - |
| YUV | 151.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 104 | 0 | 0.09 | 0.38 | 0.34 | 45.94 | 0.27 | 0.53 |
| Hex | A8 | 99 | 68 | 0 | 9 | 26 | 22 | 2E | 1B | 35 |
| Octal | 250 | 231 | 150 | 0 | 11 | 46 | 42 | 56 | 33 | 65 |
| Binary | 10101000 | 10011001 | 1101000 | 0 | 1001 | 100110 | 100010 | 101110 | 11011 | 110101 |
Color Harmonies of #A89968
Complementary color
Monochromatic Colors of #A89968
Black with #A89968
Text Example
Text Example
White with #A89968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89968; }
p { color: rgb(168,153,104); }
H1.HeaderClassName
{
color: #A89968;
}
.AnyTagClassName
{
color: #A89968;
}
</style>
background-color css
<style>
a { background-color: #A89968; }
a { background-color: rgb(168,153,104); }
div.DivClassName
{
background-color: #A89968;
}
.BgClassName
{
background-color: #A89968;
}
</style>
border-color css
<style>
span { border-color: #A89968; }
span { border-color: rgb(168,153,104); }
td.TdClassName
{
border-color: #A89968;
}
.TagClassName
{
border-color: #A89968;
}
</style>