Shades of Zorba #AB9C91
Tints of Zorba #AB9C91
RGB
CMYK
RGB Variations
Color information
#AB9C91 (or 0xAB9C91) is known color: Zorba. HEX triplet: AB, 9C and 91. RGB value is (171,156,145). Sum of RGB (Red+Green+Blue) = 171+156+145=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C91 is #54636E. Grayscale: #9F9F9F. Windows color (decimal): -5530479 or 9542827. OLE color: 9542827.
HSL color Cylindrical-coordinate representation of color #AB9C91: hue angle of 25.38º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB9C91 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 145 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.33 |
| HSL | 25.38º | 0.13% | 0.62% | - |
| HSV(B) | 25.38º | 0.15% | 0.67% | - |
| XYZ | 33.79 | 34.48 | 31.66 | - |
| YUV | 159.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 145 | 0 | 0.09 | 0.15 | 0.33 | 25.38 | 0.13 | 0.62 |
| Hex | AB | 9C | 91 | 0 | 9 | F | 21 | 19 | D | 3E |
| Octal | 253 | 234 | 221 | 0 | 11 | 17 | 41 | 31 | 15 | 76 |
| Binary | 10101011 | 10011100 | 10010001 | 0 | 1001 | 1111 | 100001 | 11001 | 1101 | 111110 |
Color Harmonies of #AB9C91
Complementary color
Monochromatic Colors of #AB9C91
Black with #AB9C91
Text Example
Text Example
White with #AB9C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C91; }
p { color: rgb(171,156,145); }
H1.HeaderClassName
{
color: #AB9C91;
}
.AnyTagClassName
{
color: #AB9C91;
}
</style>
background-color css
<style>
a { background-color: #AB9C91; }
a { background-color: rgb(171,156,145); }
div.DivClassName
{
background-color: #AB9C91;
}
.BgClassName
{
background-color: #AB9C91;
}
</style>
border-color css
<style>
span { border-color: #AB9C91; }
span { border-color: rgb(171,156,145); }
td.TdClassName
{
border-color: #AB9C91;
}
.TagClassName
{
border-color: #AB9C91;
}
</style>