Shades of Zorba #A4998C
Tints of Zorba #A4998C
RGB
CMYK
RGB Variations
Color information
#A4998C (or 0xA4998C) is known color: Zorba. HEX triplet: A4, 99 and 8C. RGB value is (164,153,140). Sum of RGB (Red+Green+Blue) = 164+153+140=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A4998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4998C is #5B6673. Grayscale: #9A9A9A. Windows color (decimal): -5990004 or 9214372. OLE color: 9214372.
HSL color Cylindrical-coordinate representation of color #A4998C: hue angle of 32.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4998C is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 140 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.36 |
| HSL | 32.5º | 0.12% | 0.6% | - |
| HSV(B) | 32.5º | 0.15% | 0.64% | - |
| XYZ | 31.43 | 32.57 | 29.44 | - |
| YUV | 154.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 140 | 0 | 0.07 | 0.15 | 0.36 | 32.5 | 0.12 | 0.6 |
| Hex | A4 | 99 | 8C | 0 | 7 | F | 24 | 20 | C | 3C |
| Octal | 244 | 231 | 214 | 0 | 7 | 17 | 44 | 40 | 14 | 74 |
| Binary | 10100100 | 10011001 | 10001100 | 0 | 111 | 1111 | 100100 | 100000 | 1100 | 111100 |
Color Harmonies of #A4998C
Complementary color
Monochromatic Colors of #A4998C
Black with #A4998C
Text Example
Text Example
White with #A4998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4998C; }
p { color: rgb(164,153,140); }
H1.HeaderClassName
{
color: #A4998C;
}
.AnyTagClassName
{
color: #A4998C;
}
</style>
background-color css
<style>
a { background-color: #A4998C; }
a { background-color: rgb(164,153,140); }
div.DivClassName
{
background-color: #A4998C;
}
.BgClassName
{
background-color: #A4998C;
}
</style>
border-color css
<style>
span { border-color: #A4998C; }
span { border-color: rgb(164,153,140); }
td.TdClassName
{
border-color: #A4998C;
}
.TagClassName
{
border-color: #A4998C;
}
</style>