Shades of Zorba #A99587
Tints of Zorba #A99587
RGB
CMYK
RGB Variations
Color information
#A99587 (or 0xA99587) is known color: Zorba. HEX triplet: A9, 95 and 87. RGB value is (169,149,135). Sum of RGB (Red+Green+Blue) = 169+149+135=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A99587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99587 is #566A78. Grayscale: #999999. Windows color (decimal): -5663353 or 8885673. OLE color: 8885673.
HSL color Cylindrical-coordinate representation of color #A99587: hue angle of 24.71º 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 #A99587 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 135 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.34 |
| HSL | 24.71º | 0.17% | 0.6% | - |
| HSV(B) | 24.71º | 0.2% | 0.66% | - |
| XYZ | 31.48 | 31.68 | 27.38 | - |
| YUV | 153.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 135 | 0 | 0.12 | 0.20 | 0.34 | 24.71 | 0.17 | 0.6 |
| Hex | A9 | 95 | 87 | 0 | C | 14 | 22 | 19 | 11 | 3C |
| Octal | 251 | 225 | 207 | 0 | 14 | 24 | 42 | 31 | 21 | 74 |
| Binary | 10101001 | 10010101 | 10000111 | 0 | 1100 | 10100 | 100010 | 11001 | 10001 | 111100 |
Color Harmonies of #A99587
Complementary color
Monochromatic Colors of #A99587
Black with #A99587
Text Example
Text Example
White with #A99587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99587; }
p { color: rgb(169,149,135); }
H1.HeaderClassName
{
color: #A99587;
}
.AnyTagClassName
{
color: #A99587;
}
</style>
background-color css
<style>
a { background-color: #A99587; }
a { background-color: rgb(169,149,135); }
div.DivClassName
{
background-color: #A99587;
}
.BgClassName
{
background-color: #A99587;
}
</style>
border-color css
<style>
span { border-color: #A99587; }
span { border-color: rgb(169,149,135); }
td.TdClassName
{
border-color: #A99587;
}
.TagClassName
{
border-color: #A99587;
}
</style>