#A39387

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

Shades of Zorba #A39387

Tints of Zorba #A39387

Color information

#A39387 (or 0xA39387) is unknown color: approx Zorba. HEX triplet: A3, 93 and 87. RGB value is (163,147,135). Sum of RGB (Red+Green+Blue) = 163+147+135=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A39387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39387 is #5C6C78. Grayscale: #969696. Windows color (decimal): -6057081 or 8885155. OLE color: 8885155.

HSL color Cylindrical-coordinate representation of color #A39387: hue angle of 25.71º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A39387 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB163147135-
CMYK00.100.170.36
HSL25.71º13.21%58.43%-
HSV(B)25.71º17.18%63.92%-
XYZ29.9130.427.21-
YUV150.42119.3136.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 135 (53.12% from 255) = 30.34%
R=36.63%
G=33.03%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314713500.100.170.3625.7113.2158.43
HexA393870A11241ad3a
Octal2432232070122144321572
Binary1010001110010011100001110101010001100100110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39387; }

 p { color: rgb(163,147,135); }

 H1.HeaderClassName
 {
   color: #A39387;
 }
 .AnyTagClassName
 {
   color: #A39387;
 }
</style>
background-color css

<style>
 a { background-color: #A39387; }

 a { background-color: rgb(163,147,135); }

 div.DivClassName
 {
   background-color: #A39387;
 }
 .BgClassName
 {
   background-color: #A39387;
 }
</style>
border-color css

<style>
 span { border-color: #A39387; }

 span { border-color: rgb(163,147,135); }

 td.TdClassName
 {
   border-color: #A39387;
 }
 .TagClassName
 {
   border-color: #A39387;
 }
</style>