Shades of Zorba #AB9E90
Tints of Zorba #AB9E90
RGB
CMYK
RGB Variations
Color information
#AB9E90 (or 0xAB9E90) is known color: Zorba. HEX triplet: AB, 9E and 90. RGB value is (171,158,144). Sum of RGB (Red+Green+Blue) = 171+158+144=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E90 is #54616F. Grayscale: #A0A0A0. Windows color (decimal): -5529968 or 9477803. OLE color: 9477803.
HSL color Cylindrical-coordinate representation of color #AB9E90: hue angle of 31.11º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB9E90 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 144 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.33 |
| HSL | 31.11º | 0.14% | 0.62% | - |
| HSV(B) | 31.11º | 0.16% | 0.67% | - |
| XYZ | 34.06 | 35.13 | 31.37 | - |
| YUV | 160.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 144 | 0 | 0.08 | 0.16 | 0.33 | 31.11 | 0.14 | 0.62 |
| Hex | AB | 9E | 90 | 0 | 8 | 10 | 21 | 1F | E | 3E |
| Octal | 253 | 236 | 220 | 0 | 10 | 20 | 41 | 37 | 16 | 76 |
| Binary | 10101011 | 10011110 | 10010000 | 0 | 1000 | 10000 | 100001 | 11111 | 1110 | 111110 |
Color Harmonies of #AB9E90
Complementary color
Monochromatic Colors of #AB9E90
Black with #AB9E90
Text Example
Text Example
White with #AB9E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E90; }
p { color: rgb(171,158,144); }
H1.HeaderClassName
{
color: #AB9E90;
}
.AnyTagClassName
{
color: #AB9E90;
}
</style>
background-color css
<style>
a { background-color: #AB9E90; }
a { background-color: rgb(171,158,144); }
div.DivClassName
{
background-color: #AB9E90;
}
.BgClassName
{
background-color: #AB9E90;
}
</style>
border-color css
<style>
span { border-color: #AB9E90; }
span { border-color: rgb(171,158,144); }
td.TdClassName
{
border-color: #AB9E90;
}
.TagClassName
{
border-color: #AB9E90;
}
</style>