#A39385

Color #A39385 Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #A39385

Tints of Zorba #A39385

Color information

#A39385 (or 0xA39385) is unknown color: approx 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

RGB163147133-
CMYK00.100.180.36
HSL28º14.02%58.04%-
HSV(B)28º18.4%63.92%-
XYZ29.7730.3526.48-
YUV150.19118.3137.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=36.79%
G=33.18%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314713300.100.180.362814.0258.04
HexA393850A12241ce3a
Octal2432232050122244341672
Binary1010001110010011100001010101010010100100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>