Shades of Zorba #A99687
Tints of Zorba #A99687
RGB
CMYK
RGB Variations
Color information
#A99687 (or 0xA99687) is known color: Zorba. HEX triplet: A9, 96 and 87. RGB value is (169,150,135). Sum of RGB (Red+Green+Blue) = 169+150+135=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A99687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99687 is #566978. Grayscale: #9A9A9A. Windows color (decimal): -5663097 or 8885929. OLE color: 8885929.
HSL color Cylindrical-coordinate representation of color #A99687: hue angle of 26.47º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A99687 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 135 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.34 |
| HSL | 26.47º | 0.17% | 0.6% | - |
| HSV(B) | 26.47º | 0.2% | 0.66% | - |
| XYZ | 31.64 | 32 | 27.43 | - |
| YUV | 153.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 135 | 0 | 0.11 | 0.20 | 0.34 | 26.47 | 0.17 | 0.6 |
| Hex | A9 | 96 | 87 | 0 | B | 14 | 22 | 1A | 11 | 3C |
| Octal | 251 | 226 | 207 | 0 | 13 | 24 | 42 | 32 | 21 | 74 |
| Binary | 10101001 | 10010110 | 10000111 | 0 | 1011 | 10100 | 100010 | 11010 | 10001 | 111100 |
Color Harmonies of #A99687
Complementary color
Monochromatic Colors of #A99687
Black with #A99687
Text Example
Text Example
White with #A99687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99687; }
p { color: rgb(169,150,135); }
H1.HeaderClassName
{
color: #A99687;
}
.AnyTagClassName
{
color: #A99687;
}
</style>
background-color css
<style>
a { background-color: #A99687; }
a { background-color: rgb(169,150,135); }
div.DivClassName
{
background-color: #A99687;
}
.BgClassName
{
background-color: #A99687;
}
</style>
border-color css
<style>
span { border-color: #A99687; }
span { border-color: rgb(169,150,135); }
td.TdClassName
{
border-color: #A99687;
}
.TagClassName
{
border-color: #A99687;
}
</style>