Shades of Zorba #A49C94
Tints of Zorba #A49C94
RGB
CMYK
RGB Variations
Color information
#A49C94 (or 0xA49C94) is known color: Zorba. HEX triplet: A4, 9C and 94. RGB value is (164,156,148). Sum of RGB (Red+Green+Blue) = 164+156+148=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C94 is #5B636B. Grayscale: #9D9D9D. Windows color (decimal): -5989228 or 9739428. OLE color: 9739428.
HSL color Cylindrical-coordinate representation of color #A49C94: hue angle of 30º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A49C94 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 156 | 148 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.36 |
| HSL | 30º | 0.08% | 0.61% | - |
| HSV(B) | 30º | 0.1% | 0.64% | - |
| XYZ | 32.54 | 33.81 | 32.83 | - |
| YUV | 157.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 148 | 0 | 0.05 | 0.10 | 0.36 | 30 | 0.08 | 0.61 |
| Hex | A4 | 9C | 94 | 0 | 5 | A | 24 | 1E | 8 | 3D |
| Octal | 244 | 234 | 224 | 0 | 5 | 12 | 44 | 36 | 10 | 75 |
| Binary | 10100100 | 10011100 | 10010100 | 0 | 101 | 1010 | 100100 | 11110 | 1000 | 111101 |
Color Harmonies of #A49C94
Complementary color
Monochromatic Colors of #A49C94
Black with #A49C94
Text Example
Text Example
White with #A49C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C94; }
p { color: rgb(164,156,148); }
H1.HeaderClassName
{
color: #A49C94;
}
.AnyTagClassName
{
color: #A49C94;
}
</style>
background-color css
<style>
a { background-color: #A49C94; }
a { background-color: rgb(164,156,148); }
div.DivClassName
{
background-color: #A49C94;
}
.BgClassName
{
background-color: #A49C94;
}
</style>
border-color css
<style>
span { border-color: #A49C94; }
span { border-color: rgb(164,156,148); }
td.TdClassName
{
border-color: #A49C94;
}
.TagClassName
{
border-color: #A49C94;
}
</style>