Shades of Zorba #A39C93
Tints of Zorba #A39C93
RGB
CMYK
RGB Variations
Color information
#A39C93 (or 0xA39C93) is known color: Zorba. HEX triplet: A3, 9C and 93. RGB value is (163,156,147). Sum of RGB (Red+Green+Blue) = 163+156+147=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39C93 is #5C636C. Grayscale: #9D9D9D. Windows color (decimal): -6054765 or 9673891. OLE color: 9673891.
HSL color Cylindrical-coordinate representation of color #A39C93: 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 #A39C93 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 147 | - |
| 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.26 | 33.67 | 32.4 | - |
| YUV | 157.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 147 | 0 | 0.04 | 0.10 | 0.36 | 33.75 | 0.08 | 0.61 |
| Hex | A3 | 9C | 93 | 0 | 4 | A | 24 | 22 | 8 | 3D |
| Octal | 243 | 234 | 223 | 0 | 4 | 12 | 44 | 42 | 10 | 75 |
| Binary | 10100011 | 10011100 | 10010011 | 0 | 100 | 1010 | 100100 | 100010 | 1000 | 111101 |
Color Harmonies of #A39C93
Complementary color
Monochromatic Colors of #A39C93
Black with #A39C93
Text Example
Text Example
White with #A39C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C93; }
p { color: rgb(163,156,147); }
H1.HeaderClassName
{
color: #A39C93;
}
.AnyTagClassName
{
color: #A39C93;
}
</style>
background-color css
<style>
a { background-color: #A39C93; }
a { background-color: rgb(163,156,147); }
div.DivClassName
{
background-color: #A39C93;
}
.BgClassName
{
background-color: #A39C93;
}
</style>
border-color css
<style>
span { border-color: #A39C93; }
span { border-color: rgb(163,156,147); }
td.TdClassName
{
border-color: #A39C93;
}
.TagClassName
{
border-color: #A39C93;
}
</style>