Shades of Zorba #A0928C
Tints of Zorba #A0928C
RGB
CMYK
RGB Variations
Color information
#A0928C (or 0xA0928C) is known color: Zorba. HEX triplet: A0, 92 and 8C. RGB value is (160,146,140). Sum of RGB (Red+Green+Blue) = 160+146+140=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A0928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0928C is #5F6D73. Grayscale: #959595. Windows color (decimal): -6253940 or 9212576. OLE color: 9212576.
HSL color Cylindrical-coordinate representation of color #A0928C: hue angle of 18º 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 #A0928C is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 140 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.37 |
| HSL | 18º | 0.1% | 0.59% | - |
| HSV(B) | 18º | 0.13% | 0.63% | - |
| XYZ | 29.51 | 29.92 | 29.03 | - |
| YUV | 149.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 140 | 0 | 0.09 | 0.12 | 0.37 | 18 | 0.1 | 0.59 |
| Hex | A0 | 92 | 8C | 0 | 9 | C | 25 | 12 | A | 3B |
| Octal | 240 | 222 | 214 | 0 | 11 | 14 | 45 | 22 | 12 | 73 |
| Binary | 10100000 | 10010010 | 10001100 | 0 | 1001 | 1100 | 100101 | 10010 | 1010 | 111011 |
Color Harmonies of #A0928C
Complementary color
Monochromatic Colors of #A0928C
Black with #A0928C
Text Example
Text Example
White with #A0928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0928C; }
p { color: rgb(160,146,140); }
H1.HeaderClassName
{
color: #A0928C;
}
.AnyTagClassName
{
color: #A0928C;
}
</style>
background-color css
<style>
a { background-color: #A0928C; }
a { background-color: rgb(160,146,140); }
div.DivClassName
{
background-color: #A0928C;
}
.BgClassName
{
background-color: #A0928C;
}
</style>
border-color css
<style>
span { border-color: #A0928C; }
span { border-color: rgb(160,146,140); }
td.TdClassName
{
border-color: #A0928C;
}
.TagClassName
{
border-color: #A0928C;
}
</style>