Shades of Zorba #A4948B
Tints of Zorba #A4948B
RGB
CMYK
RGB Variations
Color information
#A4948B (or 0xA4948B) is known color: Zorba. HEX triplet: A4, 94 and 8B. RGB value is (164,148,139). Sum of RGB (Red+Green+Blue) = 164+148+139=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A4948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4948B is #5B6B74. Grayscale: #979797. Windows color (decimal): -5991285 or 9147556. OLE color: 9147556.
HSL color Cylindrical-coordinate representation of color #A4948B: hue angle of 21.6º 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 #A4948B is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 139 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.36 |
| HSL | 21.6º | 0.12% | 0.59% | - |
| HSV(B) | 21.6º | 0.15% | 0.64% | - |
| XYZ | 30.56 | 30.94 | 28.79 | - |
| YUV | 151.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 139 | 0 | 0.10 | 0.15 | 0.36 | 21.6 | 0.12 | 0.59 |
| Hex | A4 | 94 | 8B | 0 | A | F | 24 | 16 | C | 3B |
| Octal | 244 | 224 | 213 | 0 | 12 | 17 | 44 | 26 | 14 | 73 |
| Binary | 10100100 | 10010100 | 10001011 | 0 | 1010 | 1111 | 100100 | 10110 | 1100 | 111011 |
Color Harmonies of #A4948B
Complementary color
Monochromatic Colors of #A4948B
Black with #A4948B
Text Example
Text Example
White with #A4948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4948B; }
p { color: rgb(164,148,139); }
H1.HeaderClassName
{
color: #A4948B;
}
.AnyTagClassName
{
color: #A4948B;
}
</style>
background-color css
<style>
a { background-color: #A4948B; }
a { background-color: rgb(164,148,139); }
div.DivClassName
{
background-color: #A4948B;
}
.BgClassName
{
background-color: #A4948B;
}
</style>
border-color css
<style>
span { border-color: #A4948B; }
span { border-color: rgb(164,148,139); }
td.TdClassName
{
border-color: #A4948B;
}
.TagClassName
{
border-color: #A4948B;
}
</style>