Shades of Zorba #A4958B
Tints of Zorba #A4958B
RGB
CMYK
RGB Variations
Color information
#A4958B (or 0xA4958B) is known color: Zorba. HEX triplet: A4, 95 and 8B. RGB value is (164,149,139). Sum of RGB (Red+Green+Blue) = 164+149+139=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A4958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4958B is #5B6A74. Grayscale: #989898. Windows color (decimal): -5991029 or 9147812. OLE color: 9147812.
HSL color Cylindrical-coordinate representation of color #A4958B: hue angle of 24º 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 #A4958B is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 139 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.36 |
| HSL | 24º | 0.12% | 0.59% | - |
| HSV(B) | 24º | 0.15% | 0.64% | - |
| XYZ | 30.72 | 31.25 | 28.84 | - |
| YUV | 152.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 139 | 0 | 0.09 | 0.15 | 0.36 | 24 | 0.12 | 0.59 |
| Hex | A4 | 95 | 8B | 0 | 9 | F | 24 | 18 | C | 3B |
| Octal | 244 | 225 | 213 | 0 | 11 | 17 | 44 | 30 | 14 | 73 |
| Binary | 10100100 | 10010101 | 10001011 | 0 | 1001 | 1111 | 100100 | 11000 | 1100 | 111011 |
Color Harmonies of #A4958B
Complementary color
Monochromatic Colors of #A4958B
Black with #A4958B
Text Example
Text Example
White with #A4958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4958B; }
p { color: rgb(164,149,139); }
H1.HeaderClassName
{
color: #A4958B;
}
.AnyTagClassName
{
color: #A4958B;
}
</style>
background-color css
<style>
a { background-color: #A4958B; }
a { background-color: rgb(164,149,139); }
div.DivClassName
{
background-color: #A4958B;
}
.BgClassName
{
background-color: #A4958B;
}
</style>
border-color css
<style>
span { border-color: #A4958B; }
span { border-color: rgb(164,149,139); }
td.TdClassName
{
border-color: #A4958B;
}
.TagClassName
{
border-color: #A4958B;
}
</style>