Shades of Zorba #A99A8D
Tints of Zorba #A99A8D
RGB
CMYK
RGB Variations
Color information
#A99A8D (or 0xA99A8D) is known color: Zorba. HEX triplet: A9, 9A and 8D. RGB value is (169,154,141). Sum of RGB (Red+Green+Blue) = 169+154+141=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99A8D is #566572. Grayscale: #9D9D9D. Windows color (decimal): -5662067 or 9280169. OLE color: 9280169.
HSL color Cylindrical-coordinate representation of color #A99A8D: hue angle of 27.86º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A99A8D is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 141 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.34 |
| HSL | 27.86º | 0.14% | 0.61% | - |
| HSV(B) | 27.86º | 0.17% | 0.66% | - |
| XYZ | 32.73 | 33.47 | 29.93 | - |
| YUV | 157 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 141 | 0 | 0.09 | 0.17 | 0.34 | 27.86 | 0.14 | 0.61 |
| Hex | A9 | 9A | 8D | 0 | 9 | 11 | 22 | 1C | E | 3D |
| Octal | 251 | 232 | 215 | 0 | 11 | 21 | 42 | 34 | 16 | 75 |
| Binary | 10101001 | 10011010 | 10001101 | 0 | 1001 | 10001 | 100010 | 11100 | 1110 | 111101 |
Color Harmonies of #A99A8D
Complementary color
Monochromatic Colors of #A99A8D
Black with #A99A8D
Text Example
Text Example
White with #A99A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A8D; }
p { color: rgb(169,154,141); }
H1.HeaderClassName
{
color: #A99A8D;
}
.AnyTagClassName
{
color: #A99A8D;
}
</style>
background-color css
<style>
a { background-color: #A99A8D; }
a { background-color: rgb(169,154,141); }
div.DivClassName
{
background-color: #A99A8D;
}
.BgClassName
{
background-color: #A99A8D;
}
</style>
border-color css
<style>
span { border-color: #A99A8D; }
span { border-color: rgb(169,154,141); }
td.TdClassName
{
border-color: #A99A8D;
}
.TagClassName
{
border-color: #A99A8D;
}
</style>