Shades of Zorba #A0938C
Tints of Zorba #A0938C
RGB
CMYK
RGB Variations
Color information
#A0938C (or 0xA0938C) is known color: Zorba. HEX triplet: A0, 93 and 8C. RGB value is (160,147,140). Sum of RGB (Red+Green+Blue) = 160+147+140=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A0938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0938C is #5F6C73. Grayscale: #969696. Windows color (decimal): -6253684 or 9212832. OLE color: 9212832.
HSL color Cylindrical-coordinate representation of color #A0938C: hue angle of 21º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0938C is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 140 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.37 |
| HSL | 21º | 0.1% | 0.59% | - |
| HSV(B) | 21º | 0.13% | 0.63% | - |
| XYZ | 29.66 | 30.23 | 29.08 | - |
| YUV | 150.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 140 | 0 | 0.08 | 0.12 | 0.37 | 21 | 0.1 | 0.59 |
| Hex | A0 | 93 | 8C | 0 | 8 | C | 25 | 15 | A | 3B |
| Octal | 240 | 223 | 214 | 0 | 10 | 14 | 45 | 25 | 12 | 73 |
| Binary | 10100000 | 10010011 | 10001100 | 0 | 1000 | 1100 | 100101 | 10101 | 1010 | 111011 |
Color Harmonies of #A0938C
Complementary color
Monochromatic Colors of #A0938C
Black with #A0938C
Text Example
Text Example
White with #A0938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0938C; }
p { color: rgb(160,147,140); }
H1.HeaderClassName
{
color: #A0938C;
}
.AnyTagClassName
{
color: #A0938C;
}
</style>
background-color css
<style>
a { background-color: #A0938C; }
a { background-color: rgb(160,147,140); }
div.DivClassName
{
background-color: #A0938C;
}
.BgClassName
{
background-color: #A0938C;
}
</style>
border-color css
<style>
span { border-color: #A0938C; }
span { border-color: rgb(160,147,140); }
td.TdClassName
{
border-color: #A0938C;
}
.TagClassName
{
border-color: #A0938C;
}
</style>