Shades of Zorba #A99B8E
Tints of Zorba #A99B8E
RGB
CMYK
RGB Variations
Color information
#A99B8E (or 0xA99B8E) is known color: Zorba. HEX triplet: A9, 9B and 8E. RGB value is (169,155,142). Sum of RGB (Red+Green+Blue) = 169+155+142=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B8E is #566471. Grayscale: #9D9D9D. Windows color (decimal): -5661810 or 9345961. OLE color: 9345961.
HSL color Cylindrical-coordinate representation of color #A99B8E: hue angle of 28.89º 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 #A99B8E is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 142 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.34 |
| HSL | 28.89º | 0.14% | 0.61% | - |
| HSV(B) | 28.89º | 0.16% | 0.66% | - |
| XYZ | 32.97 | 33.83 | 30.38 | - |
| YUV | 157.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 142 | 0 | 0.08 | 0.16 | 0.34 | 28.89 | 0.14 | 0.61 |
| Hex | A9 | 9B | 8E | 0 | 8 | 10 | 22 | 1D | E | 3D |
| Octal | 251 | 233 | 216 | 0 | 10 | 20 | 42 | 35 | 16 | 75 |
| Binary | 10101001 | 10011011 | 10001110 | 0 | 1000 | 10000 | 100010 | 11101 | 1110 | 111101 |
Color Harmonies of #A99B8E
Complementary color
Monochromatic Colors of #A99B8E
Black with #A99B8E
Text Example
Text Example
White with #A99B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B8E; }
p { color: rgb(169,155,142); }
H1.HeaderClassName
{
color: #A99B8E;
}
.AnyTagClassName
{
color: #A99B8E;
}
</style>
background-color css
<style>
a { background-color: #A99B8E; }
a { background-color: rgb(169,155,142); }
div.DivClassName
{
background-color: #A99B8E;
}
.BgClassName
{
background-color: #A99B8E;
}
</style>
border-color css
<style>
span { border-color: #A99B8E; }
span { border-color: rgb(169,155,142); }
td.TdClassName
{
border-color: #A99B8E;
}
.TagClassName
{
border-color: #A99B8E;
}
</style>