Shades of Zorba #A89B93
Tints of Zorba #A89B93
RGB
CMYK
RGB Variations
Color information
#A89B93 (or 0xA89B93) is known color: Zorba. HEX triplet: A8, 9B and 93. RGB value is (168,155,147). Sum of RGB (Red+Green+Blue) = 168+155+147=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89B93 is #57646C. Grayscale: #9E9E9E. Windows color (decimal): -5727341 or 9673640. OLE color: 9673640.
HSL color Cylindrical-coordinate representation of color #A89B93: hue angle of 22.86º 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 #A89B93 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 147 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.34 |
| HSL | 22.86º | 0.11% | 0.62% | - |
| HSV(B) | 22.86º | 0.13% | 0.66% | - |
| XYZ | 33.14 | 33.87 | 32.4 | - |
| YUV | 157.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 147 | 0 | 0.08 | 0.13 | 0.34 | 22.86 | 0.11 | 0.62 |
| Hex | A8 | 9B | 93 | 0 | 8 | D | 22 | 17 | B | 3E |
| Octal | 250 | 233 | 223 | 0 | 10 | 15 | 42 | 27 | 13 | 76 |
| Binary | 10101000 | 10011011 | 10010011 | 0 | 1000 | 1101 | 100010 | 10111 | 1011 | 111110 |
Color Harmonies of #A89B93
Complementary color
Monochromatic Colors of #A89B93
Black with #A89B93
Text Example
Text Example
White with #A89B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B93; }
p { color: rgb(168,155,147); }
H1.HeaderClassName
{
color: #A89B93;
}
.AnyTagClassName
{
color: #A89B93;
}
</style>
background-color css
<style>
a { background-color: #A89B93; }
a { background-color: rgb(168,155,147); }
div.DivClassName
{
background-color: #A89B93;
}
.BgClassName
{
background-color: #A89B93;
}
</style>
border-color css
<style>
span { border-color: #A89B93; }
span { border-color: rgb(168,155,147); }
td.TdClassName
{
border-color: #A89B93;
}
.TagClassName
{
border-color: #A89B93;
}
</style>