Shades of Zorba #A89D96
Tints of Zorba #A89D96
RGB
CMYK
RGB Variations
Color information
#A89D96 (or 0xA89D96) is known color: Zorba. HEX triplet: A8, 9D and 96. RGB value is (168,157,150). Sum of RGB (Red+Green+Blue) = 168+157+150=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89D96 is #576269. Grayscale: #9F9F9F. Windows color (decimal): -5726826 or 9870760. OLE color: 9870760.
HSL color Cylindrical-coordinate representation of color #A89D96: hue angle of 23.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A89D96 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 150 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.34 |
| HSL | 23.33º | 0.09% | 0.62% | - |
| HSV(B) | 23.33º | 0.11% | 0.66% | - |
| XYZ | 33.71 | 34.64 | 33.76 | - |
| YUV | 159.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 150 | 0 | 0.07 | 0.11 | 0.34 | 23.33 | 0.09 | 0.62 |
| Hex | A8 | 9D | 96 | 0 | 7 | B | 22 | 17 | 9 | 3E |
| Octal | 250 | 235 | 226 | 0 | 7 | 13 | 42 | 27 | 11 | 76 |
| Binary | 10101000 | 10011101 | 10010110 | 0 | 111 | 1011 | 100010 | 10111 | 1001 | 111110 |
Color Harmonies of #A89D96
Complementary color
Monochromatic Colors of #A89D96
Black with #A89D96
Text Example
Text Example
White with #A89D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D96; }
p { color: rgb(168,157,150); }
H1.HeaderClassName
{
color: #A89D96;
}
.AnyTagClassName
{
color: #A89D96;
}
</style>
background-color css
<style>
a { background-color: #A89D96; }
a { background-color: rgb(168,157,150); }
div.DivClassName
{
background-color: #A89D96;
}
.BgClassName
{
background-color: #A89D96;
}
</style>
border-color css
<style>
span { border-color: #A89D96; }
span { border-color: rgb(168,157,150); }
td.TdClassName
{
border-color: #A89D96;
}
.TagClassName
{
border-color: #A89D96;
}
</style>