Shades of Zorba #A4988B
Tints of Zorba #A4988B
RGB
CMYK
RGB Variations
Color information
#A4988B (or 0xA4988B) is known color: Zorba. HEX triplet: A4, 98 and 8B. RGB value is (164,152,139). Sum of RGB (Red+Green+Blue) = 164+152+139=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A4988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4988B is #5B6774. Grayscale: #9A9A9A. Windows color (decimal): -5990261 or 9148580. OLE color: 9148580.
HSL color Cylindrical-coordinate representation of color #A4988B: hue angle of 31.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4988B is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 152 | 139 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.36 |
| HSL | 31.2º | 0.12% | 0.59% | - |
| HSV(B) | 31.2º | 0.15% | 0.64% | - |
| XYZ | 31.2 | 32.21 | 29 | - |
| YUV | 154.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 139 | 0 | 0.07 | 0.15 | 0.36 | 31.2 | 0.12 | 0.59 |
| Hex | A4 | 98 | 8B | 0 | 7 | F | 24 | 1F | C | 3B |
| Octal | 244 | 230 | 213 | 0 | 7 | 17 | 44 | 37 | 14 | 73 |
| Binary | 10100100 | 10011000 | 10001011 | 0 | 111 | 1111 | 100100 | 11111 | 1100 | 111011 |
Color Harmonies of #A4988B
Complementary color
Monochromatic Colors of #A4988B
Black with #A4988B
Text Example
Text Example
White with #A4988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4988B; }
p { color: rgb(164,152,139); }
H1.HeaderClassName
{
color: #A4988B;
}
.AnyTagClassName
{
color: #A4988B;
}
</style>
background-color css
<style>
a { background-color: #A4988B; }
a { background-color: rgb(164,152,139); }
div.DivClassName
{
background-color: #A4988B;
}
.BgClassName
{
background-color: #A4988B;
}
</style>
border-color css
<style>
span { border-color: #A4988B; }
span { border-color: rgb(164,152,139); }
td.TdClassName
{
border-color: #A4988B;
}
.TagClassName
{
border-color: #A4988B;
}
</style>