Shades of Zorba #A39384
Tints of Zorba #A39384
RGB
CMYK
RGB Variations
Color information
#A39384 (or 0xA39384) is known color: Zorba. HEX triplet: A3, 93 and 84. RGB value is (163,147,132). Sum of RGB (Red+Green+Blue) = 163+147+132=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A39384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39384 is #5C6C7B. Grayscale: #969696. Windows color (decimal): -6057084 or 8688547. OLE color: 8688547.
HSL color Cylindrical-coordinate representation of color #A39384: hue angle of 29.03º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A39384 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 132 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.36 |
| HSL | 29.03º | 0.14% | 0.58% | - |
| HSV(B) | 29.03º | 0.19% | 0.64% | - |
| XYZ | 29.7 | 30.32 | 26.12 | - |
| YUV | 150.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 132 | 0 | 0.10 | 0.19 | 0.36 | 29.03 | 0.14 | 0.58 |
| Hex | A3 | 93 | 84 | 0 | A | 13 | 24 | 1D | E | 3A |
| Octal | 243 | 223 | 204 | 0 | 12 | 23 | 44 | 35 | 16 | 72 |
| Binary | 10100011 | 10010011 | 10000100 | 0 | 1010 | 10011 | 100100 | 11101 | 1110 | 111010 |
Color Harmonies of #A39384
Complementary color
Monochromatic Colors of #A39384
Black with #A39384
Text Example
Text Example
White with #A39384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39384; }
p { color: rgb(163,147,132); }
H1.HeaderClassName
{
color: #A39384;
}
.AnyTagClassName
{
color: #A39384;
}
</style>
background-color css
<style>
a { background-color: #A39384; }
a { background-color: rgb(163,147,132); }
div.DivClassName
{
background-color: #A39384;
}
.BgClassName
{
background-color: #A39384;
}
</style>
border-color css
<style>
span { border-color: #A39384; }
span { border-color: rgb(163,147,132); }
td.TdClassName
{
border-color: #A39384;
}
.TagClassName
{
border-color: #A39384;
}
</style>