Shades of Zorba #A89D93
Tints of Zorba #A89D93
RGB
CMYK
RGB Variations
Color information
#A89D93 (or 0xA89D93) is known color: Zorba. HEX triplet: A8, 9D and 93. RGB value is (168,157,147). Sum of RGB (Red+Green+Blue) = 168+157+147=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89D93 is #57626C. Grayscale: #9F9F9F. Windows color (decimal): -5726829 or 9674152. OLE color: 9674152.
HSL color Cylindrical-coordinate representation of color #A89D93: hue angle of 28.57º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89D93 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 147 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.34 |
| HSL | 28.57º | 0.11% | 0.62% | - |
| HSV(B) | 28.57º | 0.13% | 0.66% | - |
| XYZ | 33.47 | 34.55 | 32.51 | - |
| YUV | 159.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 147 | 0 | 0.07 | 0.13 | 0.34 | 28.57 | 0.11 | 0.62 |
| Hex | A8 | 9D | 93 | 0 | 7 | D | 22 | 1D | B | 3E |
| Octal | 250 | 235 | 223 | 0 | 7 | 15 | 42 | 35 | 13 | 76 |
| Binary | 10101000 | 10011101 | 10010011 | 0 | 111 | 1101 | 100010 | 11101 | 1011 | 111110 |
Color Harmonies of #A89D93
Complementary color
Monochromatic Colors of #A89D93
Black with #A89D93
Text Example
Text Example
White with #A89D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D93; }
p { color: rgb(168,157,147); }
H1.HeaderClassName
{
color: #A89D93;
}
.AnyTagClassName
{
color: #A89D93;
}
</style>
background-color css
<style>
a { background-color: #A89D93; }
a { background-color: rgb(168,157,147); }
div.DivClassName
{
background-color: #A89D93;
}
.BgClassName
{
background-color: #A89D93;
}
</style>
border-color css
<style>
span { border-color: #A89D93; }
span { border-color: rgb(168,157,147); }
td.TdClassName
{
border-color: #A89D93;
}
.TagClassName
{
border-color: #A89D93;
}
</style>