Shades of Zorba #A0918B
Tints of Zorba #A0918B
RGB
CMYK
RGB Variations
Color information
#A0918B (or 0xA0918B) is known color: Zorba. HEX triplet: A0, 91 and 8B. RGB value is (160,145,139). Sum of RGB (Red+Green+Blue) = 160+145+139=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A0918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0918B is #5F6E74. Grayscale: #949494. Windows color (decimal): -6254197 or 9146784. OLE color: 9146784.
HSL color Cylindrical-coordinate representation of color #A0918B: hue angle of 17.14º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0918B is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 139 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.37 |
| HSL | 17.14º | 0.1% | 0.59% | - |
| HSV(B) | 17.14º | 0.13% | 0.63% | - |
| XYZ | 29.28 | 29.59 | 28.59 | - |
| YUV | 148.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 139 | 0 | 0.09 | 0.13 | 0.37 | 17.14 | 0.1 | 0.59 |
| Hex | A0 | 91 | 8B | 0 | 9 | D | 25 | 11 | A | 3B |
| Octal | 240 | 221 | 213 | 0 | 11 | 15 | 45 | 21 | 12 | 73 |
| Binary | 10100000 | 10010001 | 10001011 | 0 | 1001 | 1101 | 100101 | 10001 | 1010 | 111011 |
Color Harmonies of #A0918B
Complementary color
Monochromatic Colors of #A0918B
Black with #A0918B
Text Example
Text Example
White with #A0918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0918B; }
p { color: rgb(160,145,139); }
H1.HeaderClassName
{
color: #A0918B;
}
.AnyTagClassName
{
color: #A0918B;
}
</style>
background-color css
<style>
a { background-color: #A0918B; }
a { background-color: rgb(160,145,139); }
div.DivClassName
{
background-color: #A0918B;
}
.BgClassName
{
background-color: #A0918B;
}
</style>
border-color css
<style>
span { border-color: #A0918B; }
span { border-color: rgb(160,145,139); }
td.TdClassName
{
border-color: #A0918B;
}
.TagClassName
{
border-color: #A0918B;
}
</style>