Shades of Zorba #A99B8C
Tints of Zorba #A99B8C
RGB
CMYK
RGB Variations
Color information
#A99B8C (or 0xA99B8C) is known color: Zorba. HEX triplet: A9, 9B and 8C. RGB value is (169,155,140). Sum of RGB (Red+Green+Blue) = 169+155+140=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B8C is #566473. Grayscale: #9D9D9D. Windows color (decimal): -5661812 or 9214889. OLE color: 9214889.
HSL color Cylindrical-coordinate representation of color #A99B8C: hue angle of 31.03º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A99B8C is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 140 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.34 |
| HSL | 31.03º | 0.14% | 0.61% | - |
| HSV(B) | 31.03º | 0.17% | 0.66% | - |
| XYZ | 32.82 | 33.77 | 29.6 | - |
| YUV | 157.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 140 | 0 | 0.08 | 0.17 | 0.34 | 31.03 | 0.14 | 0.61 |
| Hex | A9 | 9B | 8C | 0 | 8 | 11 | 22 | 1F | E | 3D |
| Octal | 251 | 233 | 214 | 0 | 10 | 21 | 42 | 37 | 16 | 75 |
| Binary | 10101001 | 10011011 | 10001100 | 0 | 1000 | 10001 | 100010 | 11111 | 1110 | 111101 |
Color Harmonies of #A99B8C
Complementary color
Monochromatic Colors of #A99B8C
Black with #A99B8C
Text Example
Text Example
White with #A99B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B8C; }
p { color: rgb(169,155,140); }
H1.HeaderClassName
{
color: #A99B8C;
}
.AnyTagClassName
{
color: #A99B8C;
}
</style>
background-color css
<style>
a { background-color: #A99B8C; }
a { background-color: rgb(169,155,140); }
div.DivClassName
{
background-color: #A99B8C;
}
.BgClassName
{
background-color: #A99B8C;
}
</style>
border-color css
<style>
span { border-color: #A99B8C; }
span { border-color: rgb(169,155,140); }
td.TdClassName
{
border-color: #A99B8C;
}
.TagClassName
{
border-color: #A99B8C;
}
</style>