Shades of Zorba #A99D93
Tints of Zorba #A99D93
RGB
CMYK
RGB Variations
Color information
#A99D93 (or 0xA99D93) is known color: Zorba. HEX triplet: A9, 9D and 93. RGB value is (169,157,147). Sum of RGB (Red+Green+Blue) = 169+157+147=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99D93 is #56626C. Grayscale: #9F9F9F. Windows color (decimal): -5661293 or 9674153. OLE color: 9674153.
HSL color Cylindrical-coordinate representation of color #A99D93: hue angle of 27.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A99D93 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 147 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.34 |
| HSL | 27.27º | 0.11% | 0.62% | - |
| HSV(B) | 27.27º | 0.13% | 0.66% | - |
| XYZ | 33.69 | 34.66 | 32.52 | - |
| YUV | 159.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 147 | 0 | 0.07 | 0.13 | 0.34 | 27.27 | 0.11 | 0.62 |
| Hex | A9 | 9D | 93 | 0 | 7 | D | 22 | 1B | B | 3E |
| Octal | 251 | 235 | 223 | 0 | 7 | 15 | 42 | 33 | 13 | 76 |
| Binary | 10101001 | 10011101 | 10010011 | 0 | 111 | 1101 | 100010 | 11011 | 1011 | 111110 |
Color Harmonies of #A99D93
Complementary color
Monochromatic Colors of #A99D93
Black with #A99D93
Text Example
Text Example
White with #A99D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D93; }
p { color: rgb(169,157,147); }
H1.HeaderClassName
{
color: #A99D93;
}
.AnyTagClassName
{
color: #A99D93;
}
</style>
background-color css
<style>
a { background-color: #A99D93; }
a { background-color: rgb(169,157,147); }
div.DivClassName
{
background-color: #A99D93;
}
.BgClassName
{
background-color: #A99D93;
}
</style>
border-color css
<style>
span { border-color: #A99D93; }
span { border-color: rgb(169,157,147); }
td.TdClassName
{
border-color: #A99D93;
}
.TagClassName
{
border-color: #A99D93;
}
</style>