Shades of Zorba #A89C93
Tints of Zorba #A89C93
RGB
CMYK
RGB Variations
Color information
#A89C93 (or 0xA89C93) is known color: Zorba. HEX triplet: A8, 9C and 93. RGB value is (168,156,147). Sum of RGB (Red+Green+Blue) = 168+156+147=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89C93 is #57636C. Grayscale: #9E9E9E. Windows color (decimal): -5727085 or 9673896. OLE color: 9673896.
HSL color Cylindrical-coordinate representation of color #A89C93: hue angle of 25.71º 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 #A89C93 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 147 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.34 |
| HSL | 25.71º | 0.11% | 0.62% | - |
| HSV(B) | 25.71º | 0.13% | 0.66% | - |
| XYZ | 33.3 | 34.21 | 32.45 | - |
| YUV | 158.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 147 | 0 | 0.07 | 0.13 | 0.34 | 25.71 | 0.11 | 0.62 |
| Hex | A8 | 9C | 93 | 0 | 7 | D | 22 | 1A | B | 3E |
| Octal | 250 | 234 | 223 | 0 | 7 | 15 | 42 | 32 | 13 | 76 |
| Binary | 10101000 | 10011100 | 10010011 | 0 | 111 | 1101 | 100010 | 11010 | 1011 | 111110 |
Color Harmonies of #A89C93
Complementary color
Monochromatic Colors of #A89C93
Black with #A89C93
Text Example
Text Example
White with #A89C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C93; }
p { color: rgb(168,156,147); }
H1.HeaderClassName
{
color: #A89C93;
}
.AnyTagClassName
{
color: #A89C93;
}
</style>
background-color css
<style>
a { background-color: #A89C93; }
a { background-color: rgb(168,156,147); }
div.DivClassName
{
background-color: #A89C93;
}
.BgClassName
{
background-color: #A89C93;
}
</style>
border-color css
<style>
span { border-color: #A89C93; }
span { border-color: rgb(168,156,147); }
td.TdClassName
{
border-color: #A89C93;
}
.TagClassName
{
border-color: #A89C93;
}
</style>