Shades of Zorba #A49D94
Tints of Zorba #A49D94
RGB
CMYK
RGB Variations
Color information
#A49D94 (or 0xA49D94) is known color: Zorba. HEX triplet: A4, 9D and 94. RGB value is (164,157,148). Sum of RGB (Red+Green+Blue) = 164+157+148=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D94 is #5B626B. Grayscale: #9E9E9E. Windows color (decimal): -5988972 or 9739684. OLE color: 9739684.
HSL color Cylindrical-coordinate representation of color #A49D94: hue angle of 33.75º 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 #A49D94 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 148 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.36 |
| HSL | 33.75º | 0.08% | 0.61% | - |
| HSV(B) | 33.75º | 0.1% | 0.64% | - |
| XYZ | 32.71 | 34.14 | 32.88 | - |
| YUV | 158.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 148 | 0 | 0.04 | 0.10 | 0.36 | 33.75 | 0.08 | 0.61 |
| Hex | A4 | 9D | 94 | 0 | 4 | A | 24 | 22 | 8 | 3D |
| Octal | 244 | 235 | 224 | 0 | 4 | 12 | 44 | 42 | 10 | 75 |
| Binary | 10100100 | 10011101 | 10010100 | 0 | 100 | 1010 | 100100 | 100010 | 1000 | 111101 |
Color Harmonies of #A49D94
Complementary color
Monochromatic Colors of #A49D94
Black with #A49D94
Text Example
Text Example
White with #A49D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D94; }
p { color: rgb(164,157,148); }
H1.HeaderClassName
{
color: #A49D94;
}
.AnyTagClassName
{
color: #A49D94;
}
</style>
background-color css
<style>
a { background-color: #A49D94; }
a { background-color: rgb(164,157,148); }
div.DivClassName
{
background-color: #A49D94;
}
.BgClassName
{
background-color: #A49D94;
}
</style>
border-color css
<style>
span { border-color: #A49D94; }
span { border-color: rgb(164,157,148); }
td.TdClassName
{
border-color: #A49D94;
}
.TagClassName
{
border-color: #A49D94;
}
</style>