Shades of Zorba #AB9B90
Tints of Zorba #AB9B90
RGB
CMYK
RGB Variations
Color information
#AB9B90 (or 0xAB9B90) is known color: Zorba. HEX triplet: AB, 9B and 90. RGB value is (171,155,144). Sum of RGB (Red+Green+Blue) = 171+155+144=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B90 is #54646F. Grayscale: #9E9E9E. Windows color (decimal): -5530736 or 9477035. OLE color: 9477035.
HSL color Cylindrical-coordinate representation of color #AB9B90: hue angle of 24.44º 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 #AB9B90 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 144 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.33 |
| HSL | 24.44º | 0.14% | 0.62% | - |
| HSV(B) | 24.44º | 0.16% | 0.67% | - |
| XYZ | 33.55 | 34.11 | 31.2 | - |
| YUV | 158.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 144 | 0 | 0.09 | 0.16 | 0.33 | 24.44 | 0.14 | 0.62 |
| Hex | AB | 9B | 90 | 0 | 9 | 10 | 21 | 18 | E | 3E |
| Octal | 253 | 233 | 220 | 0 | 11 | 20 | 41 | 30 | 16 | 76 |
| Binary | 10101011 | 10011011 | 10010000 | 0 | 1001 | 10000 | 100001 | 11000 | 1110 | 111110 |
Color Harmonies of #AB9B90
Complementary color
Monochromatic Colors of #AB9B90
Black with #AB9B90
Text Example
Text Example
White with #AB9B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B90; }
p { color: rgb(171,155,144); }
H1.HeaderClassName
{
color: #AB9B90;
}
.AnyTagClassName
{
color: #AB9B90;
}
</style>
background-color css
<style>
a { background-color: #AB9B90; }
a { background-color: rgb(171,155,144); }
div.DivClassName
{
background-color: #AB9B90;
}
.BgClassName
{
background-color: #AB9B90;
}
</style>
border-color css
<style>
span { border-color: #AB9B90; }
span { border-color: rgb(171,155,144); }
td.TdClassName
{
border-color: #AB9B90;
}
.TagClassName
{
border-color: #AB9B90;
}
</style>