Shades of Zorba #A39B91
Tints of Zorba #A39B91
RGB
CMYK
RGB Variations
Color information
#A39B91 (or 0xA39B91) is known color: Zorba. HEX triplet: A3, 9B and 91. RGB value is (163,155,145). Sum of RGB (Red+Green+Blue) = 163+155+145=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39B91 is #5C646E. Grayscale: #9C9C9C. Windows color (decimal): -6055023 or 9542563. OLE color: 9542563.
HSL color Cylindrical-coordinate representation of color #A39B91: hue angle of 33.33º 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 #A39B91 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 145 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.36 |
| HSL | 33.33º | 0.09% | 0.6% | - |
| HSV(B) | 33.33º | 0.11% | 0.64% | - |
| XYZ | 31.94 | 33.27 | 31.53 | - |
| YUV | 156.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 145 | 0 | 0.05 | 0.11 | 0.36 | 33.33 | 0.09 | 0.6 |
| Hex | A3 | 9B | 91 | 0 | 5 | B | 24 | 21 | 9 | 3C |
| Octal | 243 | 233 | 221 | 0 | 5 | 13 | 44 | 41 | 11 | 74 |
| Binary | 10100011 | 10011011 | 10010001 | 0 | 101 | 1011 | 100100 | 100001 | 1001 | 111100 |
Color Harmonies of #A39B91
Complementary color
Monochromatic Colors of #A39B91
Black with #A39B91
Text Example
Text Example
White with #A39B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B91; }
p { color: rgb(163,155,145); }
H1.HeaderClassName
{
color: #A39B91;
}
.AnyTagClassName
{
color: #A39B91;
}
</style>
background-color css
<style>
a { background-color: #A39B91; }
a { background-color: rgb(163,155,145); }
div.DivClassName
{
background-color: #A39B91;
}
.BgClassName
{
background-color: #A39B91;
}
</style>
border-color css
<style>
span { border-color: #A39B91; }
span { border-color: rgb(163,155,145); }
td.TdClassName
{
border-color: #A39B91;
}
.TagClassName
{
border-color: #A39B91;
}
</style>