#A39389

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

Shades of Zorba #A39389

Tints of Zorba #A39389

Color information

#A39389 (or 0xA39389) is unknown color: approx Zorba. HEX triplet: A3, 93 and 89. RGB value is (163,147,137). Sum of RGB (Red+Green+Blue) = 163+147+137=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A39389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39389 is #5C6C76. Grayscale: #969696. Windows color (decimal): -6057079 or 9016227. OLE color: 9016227.

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

Color convert

RGB163147137-
CMYK00.100.160.36
HSL23.08º12.38%58.82%-
HSV(B)23.08º15.95%63.92%-
XYZ30.0530.4627.96-
YUV150.64120.3136.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 137 (53.91% from 255) = 30.65%
R=36.47%
G=32.89%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314713700.100.160.3623.0812.3858.82
HexA393890A102417c3b
Octal2432232110122044271473
Binary1010001110010011100010010101010000100100101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39389; }

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

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

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

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

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

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

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

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