Shades of Zorba #A39A91
Tints of Zorba #A39A91
RGB
CMYK
RGB Variations
Color information
#A39A91 (or 0xA39A91) is known color: Zorba. HEX triplet: A3, 9A and 91. RGB value is (163,154,145). Sum of RGB (Red+Green+Blue) = 163+154+145=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39A91 is #5C656E. Grayscale: #9B9B9B. Windows color (decimal): -6055279 or 9542307. OLE color: 9542307.
HSL color Cylindrical-coordinate representation of color #A39A91: hue angle of 30º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A39A91 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 145 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.36 |
| HSL | 30º | 0.09% | 0.6% | - |
| HSV(B) | 30º | 0.11% | 0.64% | - |
| XYZ | 31.77 | 32.94 | 31.47 | - |
| YUV | 155.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 145 | 0 | 0.06 | 0.11 | 0.36 | 30 | 0.09 | 0.6 |
| Hex | A3 | 9A | 91 | 0 | 6 | B | 24 | 1E | 9 | 3C |
| Octal | 243 | 232 | 221 | 0 | 6 | 13 | 44 | 36 | 11 | 74 |
| Binary | 10100011 | 10011010 | 10010001 | 0 | 110 | 1011 | 100100 | 11110 | 1001 | 111100 |
Color Harmonies of #A39A91
Complementary color
Monochromatic Colors of #A39A91
Black with #A39A91
Text Example
Text Example
White with #A39A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A91; }
p { color: rgb(163,154,145); }
H1.HeaderClassName
{
color: #A39A91;
}
.AnyTagClassName
{
color: #A39A91;
}
</style>
background-color css
<style>
a { background-color: #A39A91; }
a { background-color: rgb(163,154,145); }
div.DivClassName
{
background-color: #A39A91;
}
.BgClassName
{
background-color: #A39A91;
}
</style>
border-color css
<style>
span { border-color: #A39A91; }
span { border-color: rgb(163,154,145); }
td.TdClassName
{
border-color: #A39A91;
}
.TagClassName
{
border-color: #A39A91;
}
</style>