Shades of Zorba #AB9D92
Tints of Zorba #AB9D92
RGB
CMYK
RGB Variations
Color information
#AB9D92 (or 0xAB9D92) is known color: Zorba. HEX triplet: AB, 9D and 92. RGB value is (171,157,146). Sum of RGB (Red+Green+Blue) = 171+157+146=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D92 is #54626D. Grayscale: #9F9F9F. Windows color (decimal): -5530222 or 9608619. OLE color: 9608619.
HSL color Cylindrical-coordinate representation of color #AB9D92: hue angle of 26.4º 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 #AB9D92 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 146 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.33 |
| HSL | 26.4º | 0.13% | 0.62% | - |
| HSV(B) | 26.4º | 0.15% | 0.67% | - |
| XYZ | 34.04 | 34.85 | 32.13 | - |
| YUV | 159.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 146 | 0 | 0.08 | 0.15 | 0.33 | 26.4 | 0.13 | 0.62 |
| Hex | AB | 9D | 92 | 0 | 8 | F | 21 | 1A | D | 3E |
| Octal | 253 | 235 | 222 | 0 | 10 | 17 | 41 | 32 | 15 | 76 |
| Binary | 10101011 | 10011101 | 10010010 | 0 | 1000 | 1111 | 100001 | 11010 | 1101 | 111110 |
Color Harmonies of #AB9D92
Complementary color
Monochromatic Colors of #AB9D92
Black with #AB9D92
Text Example
Text Example
White with #AB9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D92; }
p { color: rgb(171,157,146); }
H1.HeaderClassName
{
color: #AB9D92;
}
.AnyTagClassName
{
color: #AB9D92;
}
</style>
background-color css
<style>
a { background-color: #AB9D92; }
a { background-color: rgb(171,157,146); }
div.DivClassName
{
background-color: #AB9D92;
}
.BgClassName
{
background-color: #AB9D92;
}
</style>
border-color css
<style>
span { border-color: #AB9D92; }
span { border-color: rgb(171,157,146); }
td.TdClassName
{
border-color: #AB9D92;
}
.TagClassName
{
border-color: #AB9D92;
}
</style>