Shades of Zorba #A0928D
Tints of Zorba #A0928D
RGB
CMYK
RGB Variations
Color information
#A0928D (or 0xA0928D) is known color: Zorba. HEX triplet: A0, 92 and 8D. RGB value is (160,146,141). Sum of RGB (Red+Green+Blue) = 160+146+141=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A0928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0928D is #5F6D72. Grayscale: #959595. Windows color (decimal): -6253939 or 9278112. OLE color: 9278112.
HSL color Cylindrical-coordinate representation of color #A0928D: hue angle of 15.79º degrees, saturation: 0.09, 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 #A0928D is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 141 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.37 |
| HSL | 15.79º | 0.09% | 0.59% | - |
| HSV(B) | 15.79º | 0.12% | 0.63% | - |
| XYZ | 29.58 | 29.95 | 29.42 | - |
| YUV | 149.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 141 | 0 | 0.09 | 0.12 | 0.37 | 15.79 | 0.09 | 0.59 |
| Hex | A0 | 92 | 8D | 0 | 9 | C | 25 | 10 | 9 | 3B |
| Octal | 240 | 222 | 215 | 0 | 11 | 14 | 45 | 20 | 11 | 73 |
| Binary | 10100000 | 10010010 | 10001101 | 0 | 1001 | 1100 | 100101 | 10000 | 1001 | 111011 |
Color Harmonies of #A0928D
Complementary color
Monochromatic Colors of #A0928D
Black with #A0928D
Text Example
Text Example
White with #A0928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0928D; }
p { color: rgb(160,146,141); }
H1.HeaderClassName
{
color: #A0928D;
}
.AnyTagClassName
{
color: #A0928D;
}
</style>
background-color css
<style>
a { background-color: #A0928D; }
a { background-color: rgb(160,146,141); }
div.DivClassName
{
background-color: #A0928D;
}
.BgClassName
{
background-color: #A0928D;
}
</style>
border-color css
<style>
span { border-color: #A0928D; }
span { border-color: rgb(160,146,141); }
td.TdClassName
{
border-color: #A0928D;
}
.TagClassName
{
border-color: #A0928D;
}
</style>