Shades of Zorba #A0908A
Tints of Zorba #A0908A
RGB
CMYK
RGB Variations
Color information
#A0908A (or 0xA0908A) is known color: Zorba. HEX triplet: A0, 90 and 8A. RGB value is (160,144,138). Sum of RGB (Red+Green+Blue) = 160+144+138=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 160 - color contains mainly: red. Hex color #A0908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0908A is #5F6F75. Grayscale: #949494. Windows color (decimal): -6254454 or 9080992. OLE color: 9080992.
HSL color Cylindrical-coordinate representation of color #A0908A: hue angle of 16.36º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0908A is Cyan = 0, Magento = 0.1, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 138 | - |
| CMYK | 0 | 0.1 | 0.14 | 0.37 |
| HSL | 16.36º | 0.1% | 0.58% | - |
| HSV(B) | 16.36º | 0.14% | 0.63% | - |
| XYZ | 29.06 | 29.26 | 28.16 | - |
| YUV | 148.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 138 | 0 | 0.1 | 0.14 | 0.37 | 16.36 | 0.1 | 0.58 |
| Hex | A0 | 90 | 8A | 0 | A | E | 25 | 10 | A | 3A |
| Octal | 240 | 220 | 212 | 0 | 12 | 16 | 45 | 20 | 12 | 72 |
| Binary | 10100000 | 10010000 | 10001010 | 0 | 1010 | 1110 | 100101 | 10000 | 1010 | 111010 |
Color Harmonies of #A0908A
Complementary color
Monochromatic Colors of #A0908A
Black with #A0908A
Text Example
Text Example
White with #A0908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0908A; }
p { color: rgb(160,144,138); }
H1.HeaderClassName
{
color: #A0908A;
}
.AnyTagClassName
{
color: #A0908A;
}
</style>
background-color css
<style>
a { background-color: #A0908A; }
a { background-color: rgb(160,144,138); }
div.DivClassName
{
background-color: #A0908A;
}
.BgClassName
{
background-color: #A0908A;
}
</style>
border-color css
<style>
span { border-color: #A0908A; }
span { border-color: rgb(160,144,138); }
td.TdClassName
{
border-color: #A0908A;
}
.TagClassName
{
border-color: #A0908A;
}
</style>