Shades of Zorba #A8998C
Tints of Zorba #A8998C
RGB
CMYK
RGB Variations
Color information
#A8998C (or 0xA8998C) is known color: Zorba. HEX triplet: A8, 99 and 8C. RGB value is (168,153,140). Sum of RGB (Red+Green+Blue) = 168+153+140=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A8998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8998C is #576673. Grayscale: #9C9C9C. Windows color (decimal): -5727860 or 9214376. OLE color: 9214376.
HSL color Cylindrical-coordinate representation of color #A8998C: hue angle of 27.86º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8998C is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 140 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.34 |
| HSL | 27.86º | 0.14% | 0.6% | - |
| HSV(B) | 27.86º | 0.17% | 0.66% | - |
| XYZ | 32.27 | 33 | 29.48 | - |
| YUV | 156 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 140 | 0 | 0.09 | 0.17 | 0.34 | 27.86 | 0.14 | 0.6 |
| Hex | A8 | 99 | 8C | 0 | 9 | 11 | 22 | 1C | E | 3C |
| Octal | 250 | 231 | 214 | 0 | 11 | 21 | 42 | 34 | 16 | 74 |
| Binary | 10101000 | 10011001 | 10001100 | 0 | 1001 | 10001 | 100010 | 11100 | 1110 | 111100 |
Color Harmonies of #A8998C
Complementary color
Monochromatic Colors of #A8998C
Black with #A8998C
Text Example
Text Example
White with #A8998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8998C; }
p { color: rgb(168,153,140); }
H1.HeaderClassName
{
color: #A8998C;
}
.AnyTagClassName
{
color: #A8998C;
}
</style>
background-color css
<style>
a { background-color: #A8998C; }
a { background-color: rgb(168,153,140); }
div.DivClassName
{
background-color: #A8998C;
}
.BgClassName
{
background-color: #A8998C;
}
</style>
border-color css
<style>
span { border-color: #A8998C; }
span { border-color: rgb(168,153,140); }
td.TdClassName
{
border-color: #A8998C;
}
.TagClassName
{
border-color: #A8998C;
}
</style>