Shades of Zorba #A9998E
Tints of Zorba #A9998E
RGB
CMYK
RGB Variations
Color information
#A9998E (or 0xA9998E) is known color: Zorba. HEX triplet: A9, 99 and 8E. RGB value is (169,153,142). Sum of RGB (Red+Green+Blue) = 169+153+142=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A9998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9998E is #566671. Grayscale: #9C9C9C. Windows color (decimal): -5662322 or 9345449. OLE color: 9345449.
HSL color Cylindrical-coordinate representation of color #A9998E: hue angle of 24.44º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9998E is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 142 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.34 |
| HSL | 24.44º | 0.14% | 0.61% | - |
| HSV(B) | 24.44º | 0.16% | 0.66% | - |
| XYZ | 32.64 | 33.17 | 30.27 | - |
| YUV | 156.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 142 | 0 | 0.09 | 0.16 | 0.34 | 24.44 | 0.14 | 0.61 |
| Hex | A9 | 99 | 8E | 0 | 9 | 10 | 22 | 18 | E | 3D |
| Octal | 251 | 231 | 216 | 0 | 11 | 20 | 42 | 30 | 16 | 75 |
| Binary | 10101001 | 10011001 | 10001110 | 0 | 1001 | 10000 | 100010 | 11000 | 1110 | 111101 |
Color Harmonies of #A9998E
Complementary color
Monochromatic Colors of #A9998E
Black with #A9998E
Text Example
Text Example
White with #A9998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9998E; }
p { color: rgb(169,153,142); }
H1.HeaderClassName
{
color: #A9998E;
}
.AnyTagClassName
{
color: #A9998E;
}
</style>
background-color css
<style>
a { background-color: #A9998E; }
a { background-color: rgb(169,153,142); }
div.DivClassName
{
background-color: #A9998E;
}
.BgClassName
{
background-color: #A9998E;
}
</style>
border-color css
<style>
span { border-color: #A9998E; }
span { border-color: rgb(169,153,142); }
td.TdClassName
{
border-color: #A9998E;
}
.TagClassName
{
border-color: #A9998E;
}
</style>