Shades of Zorba #A7998F
Tints of Zorba #A7998F
RGB
CMYK
RGB Variations
Color information
#A7998F (or 0xA7998F) is known color: Zorba. HEX triplet: A7, 99 and 8F. RGB value is (167,153,143). Sum of RGB (Red+Green+Blue) = 167+153+143=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 167 - color contains mainly: red. Hex color #A7998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7998F is #586670. Grayscale: #9C9C9C. Windows color (decimal): -5793393 or 9410983. OLE color: 9410983.
HSL color Cylindrical-coordinate representation of color #A7998F: hue angle of 25º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7998F is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 153 | 143 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.35 |
| HSL | 25º | 0.12% | 0.61% | - |
| HSV(B) | 25º | 0.14% | 0.65% | - |
| XYZ | 32.29 | 32.98 | 30.65 | - |
| YUV | 156.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 143 | 0 | 0.08 | 0.14 | 0.35 | 25 | 0.12 | 0.61 |
| Hex | A7 | 99 | 8F | 0 | 8 | E | 23 | 19 | C | 3D |
| Octal | 247 | 231 | 217 | 0 | 10 | 16 | 43 | 31 | 14 | 75 |
| Binary | 10100111 | 10011001 | 10001111 | 0 | 1000 | 1110 | 100011 | 11001 | 1100 | 111101 |
Color Harmonies of #A7998F
Complementary color
Monochromatic Colors of #A7998F
Black with #A7998F
Text Example
Text Example
White with #A7998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7998F; }
p { color: rgb(167,153,143); }
H1.HeaderClassName
{
color: #A7998F;
}
.AnyTagClassName
{
color: #A7998F;
}
</style>
background-color css
<style>
a { background-color: #A7998F; }
a { background-color: rgb(167,153,143); }
div.DivClassName
{
background-color: #A7998F;
}
.BgClassName
{
background-color: #A7998F;
}
</style>
border-color css
<style>
span { border-color: #A7998F; }
span { border-color: rgb(167,153,143); }
td.TdClassName
{
border-color: #A7998F;
}
.TagClassName
{
border-color: #A7998F;
}
</style>