Shades of Zorba #A8998E
Tints of Zorba #A8998E
RGB
CMYK
RGB Variations
Color information
#A8998E (or 0xA8998E) is known color: Zorba. HEX triplet: A8, 99 and 8E. RGB value is (168,153,142). Sum of RGB (Red+Green+Blue) = 168+153+142=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A8998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8998E is #576671. Grayscale: #9C9C9C. Windows color (decimal): -5727858 or 9345448. OLE color: 9345448.
HSL color Cylindrical-coordinate representation of color #A8998E: hue angle of 25.38º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8998E is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 142 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.34 |
| HSL | 25.38º | 0.13% | 0.61% | - |
| HSV(B) | 25.38º | 0.15% | 0.66% | - |
| XYZ | 32.42 | 33.06 | 30.26 | - |
| YUV | 156.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 142 | 0 | 0.09 | 0.15 | 0.34 | 25.38 | 0.13 | 0.61 |
| Hex | A8 | 99 | 8E | 0 | 9 | F | 22 | 19 | D | 3D |
| Octal | 250 | 231 | 216 | 0 | 11 | 17 | 42 | 31 | 15 | 75 |
| Binary | 10101000 | 10011001 | 10001110 | 0 | 1001 | 1111 | 100010 | 11001 | 1101 | 111101 |
Color Harmonies of #A8998E
Complementary color
Monochromatic Colors of #A8998E
Black with #A8998E
Text Example
Text Example
White with #A8998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8998E; }
p { color: rgb(168,153,142); }
H1.HeaderClassName
{
color: #A8998E;
}
.AnyTagClassName
{
color: #A8998E;
}
</style>
background-color css
<style>
a { background-color: #A8998E; }
a { background-color: rgb(168,153,142); }
div.DivClassName
{
background-color: #A8998E;
}
.BgClassName
{
background-color: #A8998E;
}
</style>
border-color css
<style>
span { border-color: #A8998E; }
span { border-color: rgb(168,153,142); }
td.TdClassName
{
border-color: #A8998E;
}
.TagClassName
{
border-color: #A8998E;
}
</style>