Shades of Zorba #A89E93
Tints of Zorba #A89E93
RGB
CMYK
RGB Variations
Color information
#A89E93 (or 0xA89E93) is known color: Zorba. HEX triplet: A8, 9E and 93. RGB value is (168,158,147). Sum of RGB (Red+Green+Blue) = 168+158+147=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89E93 is #57616C. Grayscale: #9F9F9F. Windows color (decimal): -5726573 or 9674408. OLE color: 9674408.
HSL color Cylindrical-coordinate representation of color #A89E93: hue angle of 31.43º 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 #A89E93 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 147 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.34 |
| HSL | 31.43º | 0.11% | 0.62% | - |
| HSV(B) | 31.43º | 0.13% | 0.66% | - |
| XYZ | 33.64 | 34.89 | 32.56 | - |
| YUV | 159.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 147 | 0 | 0.06 | 0.13 | 0.34 | 31.43 | 0.11 | 0.62 |
| Hex | A8 | 9E | 93 | 0 | 6 | D | 22 | 1F | B | 3E |
| Octal | 250 | 236 | 223 | 0 | 6 | 15 | 42 | 37 | 13 | 76 |
| Binary | 10101000 | 10011110 | 10010011 | 0 | 110 | 1101 | 100010 | 11111 | 1011 | 111110 |
Color Harmonies of #A89E93
Complementary color
Monochromatic Colors of #A89E93
Black with #A89E93
Text Example
Text Example
White with #A89E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E93; }
p { color: rgb(168,158,147); }
H1.HeaderClassName
{
color: #A89E93;
}
.AnyTagClassName
{
color: #A89E93;
}
</style>
background-color css
<style>
a { background-color: #A89E93; }
a { background-color: rgb(168,158,147); }
div.DivClassName
{
background-color: #A89E93;
}
.BgClassName
{
background-color: #A89E93;
}
</style>
border-color css
<style>
span { border-color: #A89E93; }
span { border-color: rgb(168,158,147); }
td.TdClassName
{
border-color: #A89E93;
}
.TagClassName
{
border-color: #A89E93;
}
</style>