Shades of Zorba #A99F96
Tints of Zorba #A99F96
RGB
CMYK
RGB Variations
Color information
#A99F96 (or 0xA99F96) is known color: Zorba. HEX triplet: A9, 9F and 96. RGB value is (169,159,150). Sum of RGB (Red+Green+Blue) = 169+159+150=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99F96 is #566069. Grayscale: #A1A1A1. Windows color (decimal): -5660778 or 9871273. OLE color: 9871273.
HSL color Cylindrical-coordinate representation of color #A99F96: hue angle of 28.42º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A99F96 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 159 | 150 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.34 |
| HSL | 28.42º | 0.1% | 0.63% | - |
| HSV(B) | 28.42º | 0.11% | 0.66% | - |
| XYZ | 34.27 | 35.43 | 33.89 | - |
| YUV | 160.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 150 | 0 | 0.06 | 0.11 | 0.34 | 28.42 | 0.1 | 0.63 |
| Hex | A9 | 9F | 96 | 0 | 6 | B | 22 | 1C | A | 3F |
| Octal | 251 | 237 | 226 | 0 | 6 | 13 | 42 | 34 | 12 | 77 |
| Binary | 10101001 | 10011111 | 10010110 | 0 | 110 | 1011 | 100010 | 11100 | 1010 | 111111 |
Color Harmonies of #A99F96
Complementary color
Monochromatic Colors of #A99F96
Black with #A99F96
Text Example
Text Example
White with #A99F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99F96; }
p { color: rgb(169,159,150); }
H1.HeaderClassName
{
color: #A99F96;
}
.AnyTagClassName
{
color: #A99F96;
}
</style>
background-color css
<style>
a { background-color: #A99F96; }
a { background-color: rgb(169,159,150); }
div.DivClassName
{
background-color: #A99F96;
}
.BgClassName
{
background-color: #A99F96;
}
</style>
border-color css
<style>
span { border-color: #A99F96; }
span { border-color: rgb(169,159,150); }
td.TdClassName
{
border-color: #A99F96;
}
.TagClassName
{
border-color: #A99F96;
}
</style>