Shades of Tallow #A89B68
Tints of Tallow #A89B68
RGB
CMYK
RGB Variations
Color information
#A89B68 (or 0xA89B68) is known color: Tallow. HEX triplet: A8, 9B and 68. RGB value is (168,155,104). Sum of RGB (Red+Green+Blue) = 168+155+104=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89B68 is #576497. Grayscale: #999999. Windows color (decimal): -5727384 or 6855592. OLE color: 6855592.
HSL color Cylindrical-coordinate representation of color #A89B68: hue angle of 47.81º 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 #A89B68 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 104 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.34 |
| HSL | 47.81º | 0.27% | 0.53% | - |
| HSV(B) | 47.81º | 0.38% | 0.66% | - |
| XYZ | 30.37 | 32.77 | 17.82 | - |
| YUV | 153.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 104 | 0 | 0.08 | 0.38 | 0.34 | 47.81 | 0.27 | 0.53 |
| Hex | A8 | 9B | 68 | 0 | 8 | 26 | 22 | 30 | 1B | 35 |
| Octal | 250 | 233 | 150 | 0 | 10 | 46 | 42 | 60 | 33 | 65 |
| Binary | 10101000 | 10011011 | 1101000 | 0 | 1000 | 100110 | 100010 | 110000 | 11011 | 110101 |
Color Harmonies of #A89B68
Complementary color
Monochromatic Colors of #A89B68
Black with #A89B68
Text Example
Text Example
White with #A89B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B68; }
p { color: rgb(168,155,104); }
H1.HeaderClassName
{
color: #A89B68;
}
.AnyTagClassName
{
color: #A89B68;
}
</style>
background-color css
<style>
a { background-color: #A89B68; }
a { background-color: rgb(168,155,104); }
div.DivClassName
{
background-color: #A89B68;
}
.BgClassName
{
background-color: #A89B68;
}
</style>
border-color css
<style>
span { border-color: #A89B68; }
span { border-color: rgb(168,155,104); }
td.TdClassName
{
border-color: #A89B68;
}
.TagClassName
{
border-color: #A89B68;
}
</style>