Shades of Zorba #A39385
Tints of Zorba #A39385
RGB
CMYK
RGB Variations
Color information
#A39385 (or 0xA39385) is known color: Zorba. HEX triplet: A3, 93 and 85. RGB value is (163,147,133). Sum of RGB (Red+Green+Blue) = 163+147+133=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A39385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39385 is #5C6C7A. Grayscale: #969696. Windows color (decimal): -6057083 or 8754083. OLE color: 8754083.
HSL color Cylindrical-coordinate representation of color #A39385: hue angle of 28º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39385 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 133 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.36 |
| HSL | 28º | 0.14% | 0.58% | - |
| HSV(B) | 28º | 0.18% | 0.64% | - |
| XYZ | 29.77 | 30.35 | 26.48 | - |
| YUV | 150.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 133 | 0 | 0.10 | 0.18 | 0.36 | 28 | 0.14 | 0.58 |
| Hex | A3 | 93 | 85 | 0 | A | 12 | 24 | 1C | E | 3A |
| Octal | 243 | 223 | 205 | 0 | 12 | 22 | 44 | 34 | 16 | 72 |
| Binary | 10100011 | 10010011 | 10000101 | 0 | 1010 | 10010 | 100100 | 11100 | 1110 | 111010 |
Color Harmonies of #A39385
Complementary color
Monochromatic Colors of #A39385
Black with #A39385
Text Example
Text Example
White with #A39385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39385; }
p { color: rgb(163,147,133); }
H1.HeaderClassName
{
color: #A39385;
}
.AnyTagClassName
{
color: #A39385;
}
</style>
background-color css
<style>
a { background-color: #A39385; }
a { background-color: rgb(163,147,133); }
div.DivClassName
{
background-color: #A39385;
}
.BgClassName
{
background-color: #A39385;
}
</style>
border-color css
<style>
span { border-color: #A39385; }
span { border-color: rgb(163,147,133); }
td.TdClassName
{
border-color: #A39385;
}
.TagClassName
{
border-color: #A39385;
}
</style>