Shades of Tallow #A89566
Tints of Tallow #A89566
RGB
CMYK
RGB Variations
Color information
#A89566 (or 0xA89566) is known color: Tallow. HEX triplet: A8, 95 and 66. RGB value is (168,149,102). Sum of RGB (Red+Green+Blue) = 168+149+102=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A89566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89566 is #576A99. Grayscale: #959595. Windows color (decimal): -5728922 or 6722984. OLE color: 6722984.
HSL color Cylindrical-coordinate representation of color #A89566: hue angle of 42.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A89566 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 102 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.34 |
| HSL | 42.73º | 0.28% | 0.53% | - |
| HSV(B) | 42.73º | 0.39% | 0.66% | - |
| XYZ | 29.29 | 30.78 | 16.97 | - |
| YUV | 149.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 102 | 0 | 0.11 | 0.39 | 0.34 | 42.73 | 0.28 | 0.53 |
| Hex | A8 | 95 | 66 | 0 | B | 27 | 22 | 2B | 1C | 35 |
| Octal | 250 | 225 | 146 | 0 | 13 | 47 | 42 | 53 | 34 | 65 |
| Binary | 10101000 | 10010101 | 1100110 | 0 | 1011 | 100111 | 100010 | 101011 | 11100 | 110101 |
Color Harmonies of #A89566
Complementary color
Monochromatic Colors of #A89566
Black with #A89566
Text Example
Text Example
White with #A89566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89566; }
p { color: rgb(168,149,102); }
H1.HeaderClassName
{
color: #A89566;
}
.AnyTagClassName
{
color: #A89566;
}
</style>
background-color css
<style>
a { background-color: #A89566; }
a { background-color: rgb(168,149,102); }
div.DivClassName
{
background-color: #A89566;
}
.BgClassName
{
background-color: #A89566;
}
</style>
border-color css
<style>
span { border-color: #A89566; }
span { border-color: rgb(168,149,102); }
td.TdClassName
{
border-color: #A89566;
}
.TagClassName
{
border-color: #A89566;
}
</style>