Shades of Zorba #A99C90
Tints of Zorba #A99C90
RGB
CMYK
RGB Variations
Color information
#A99C90 (or 0xA99C90) is known color: Zorba. HEX triplet: A9, 9C and 90. RGB value is (169,156,144). Sum of RGB (Red+Green+Blue) = 169+156+144=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99C90 is #56636F. Grayscale: #9E9E9E. Windows color (decimal): -5661552 or 9477289. OLE color: 9477289.
HSL color Cylindrical-coordinate representation of color #A99C90: hue angle of 28.8º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A99C90 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 144 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.34 |
| HSL | 28.8º | 0.13% | 0.61% | - |
| HSV(B) | 28.8º | 0.15% | 0.66% | - |
| XYZ | 33.28 | 34.23 | 31.24 | - |
| YUV | 158.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 144 | 0 | 0.08 | 0.15 | 0.34 | 28.8 | 0.13 | 0.61 |
| Hex | A9 | 9C | 90 | 0 | 8 | F | 22 | 1D | D | 3D |
| Octal | 251 | 234 | 220 | 0 | 10 | 17 | 42 | 35 | 15 | 75 |
| Binary | 10101001 | 10011100 | 10010000 | 0 | 1000 | 1111 | 100010 | 11101 | 1101 | 111101 |
Color Harmonies of #A99C90
Complementary color
Monochromatic Colors of #A99C90
Black with #A99C90
Text Example
Text Example
White with #A99C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C90; }
p { color: rgb(169,156,144); }
H1.HeaderClassName
{
color: #A99C90;
}
.AnyTagClassName
{
color: #A99C90;
}
</style>
background-color css
<style>
a { background-color: #A99C90; }
a { background-color: rgb(169,156,144); }
div.DivClassName
{
background-color: #A99C90;
}
.BgClassName
{
background-color: #A99C90;
}
</style>
border-color css
<style>
span { border-color: #A99C90; }
span { border-color: rgb(169,156,144); }
td.TdClassName
{
border-color: #A99C90;
}
.TagClassName
{
border-color: #A99C90;
}
</style>