Shades of Zorba #A39285
Tints of Zorba #A39285
RGB
CMYK
RGB Variations
Color information
#A39285 (or 0xA39285) is known color: Zorba. HEX triplet: A3, 92 and 85. RGB value is (163,146,133). Sum of RGB (Red+Green+Blue) = 163+146+133=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A39285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39285 is #5C6D7A. Grayscale: #959595. Windows color (decimal): -6057339 or 8753827. OLE color: 8753827.
HSL color Cylindrical-coordinate representation of color #A39285: hue angle of 26º 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 #A39285 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 133 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.36 |
| HSL | 26º | 0.14% | 0.58% | - |
| HSV(B) | 26º | 0.18% | 0.64% | - |
| XYZ | 29.62 | 30.04 | 26.43 | - |
| YUV | 149.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 133 | 0 | 0.10 | 0.18 | 0.36 | 26 | 0.14 | 0.58 |
| Hex | A3 | 92 | 85 | 0 | A | 12 | 24 | 1A | E | 3A |
| Octal | 243 | 222 | 205 | 0 | 12 | 22 | 44 | 32 | 16 | 72 |
| Binary | 10100011 | 10010010 | 10000101 | 0 | 1010 | 10010 | 100100 | 11010 | 1110 | 111010 |
Color Harmonies of #A39285
Complementary color
Monochromatic Colors of #A39285
Black with #A39285
Text Example
Text Example
White with #A39285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39285; }
p { color: rgb(163,146,133); }
H1.HeaderClassName
{
color: #A39285;
}
.AnyTagClassName
{
color: #A39285;
}
</style>
background-color css
<style>
a { background-color: #A39285; }
a { background-color: rgb(163,146,133); }
div.DivClassName
{
background-color: #A39285;
}
.BgClassName
{
background-color: #A39285;
}
</style>
border-color css
<style>
span { border-color: #A39285; }
span { border-color: rgb(163,146,133); }
td.TdClassName
{
border-color: #A39285;
}
.TagClassName
{
border-color: #A39285;
}
</style>