Shades of Zorba #A4958E
Tints of Zorba #A4958E
RGB
CMYK
RGB Variations
Color information
#A4958E (or 0xA4958E) is known color: Zorba. HEX triplet: A4, 95 and 8E. RGB value is (164,149,142). Sum of RGB (Red+Green+Blue) = 164+149+142=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A4958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4958E is #5B6A71. Grayscale: #989898. Windows color (decimal): -5991026 or 9344420. OLE color: 9344420.
HSL color Cylindrical-coordinate representation of color #A4958E: hue angle of 19.09º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4958E is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 142 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.36 |
| HSL | 19.09º | 0.11% | 0.6% | - |
| HSV(B) | 19.09º | 0.13% | 0.64% | - |
| XYZ | 30.94 | 31.34 | 30.01 | - |
| YUV | 152.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 142 | 0 | 0.09 | 0.13 | 0.36 | 19.09 | 0.11 | 0.6 |
| Hex | A4 | 95 | 8E | 0 | 9 | D | 24 | 13 | B | 3C |
| Octal | 244 | 225 | 216 | 0 | 11 | 15 | 44 | 23 | 13 | 74 |
| Binary | 10100100 | 10010101 | 10001110 | 0 | 1001 | 1101 | 100100 | 10011 | 1011 | 111100 |
Color Harmonies of #A4958E
Complementary color
Monochromatic Colors of #A4958E
Black with #A4958E
Text Example
Text Example
White with #A4958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4958E; }
p { color: rgb(164,149,142); }
H1.HeaderClassName
{
color: #A4958E;
}
.AnyTagClassName
{
color: #A4958E;
}
</style>
background-color css
<style>
a { background-color: #A4958E; }
a { background-color: rgb(164,149,142); }
div.DivClassName
{
background-color: #A4958E;
}
.BgClassName
{
background-color: #A4958E;
}
</style>
border-color css
<style>
span { border-color: #A4958E; }
span { border-color: rgb(164,149,142); }
td.TdClassName
{
border-color: #A4958E;
}
.TagClassName
{
border-color: #A4958E;
}
</style>