#A39189

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

Shades of Zorba #A39189

Tints of Zorba #A39189

Color information

#A39189 (or 0xA39189) is unknown color: approx Zorba. HEX triplet: A3, 91 and 89. RGB value is (163,145,137). Sum of RGB (Red+Green+Blue) = 163+145+137=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A39189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39189 is #5C6E76. Grayscale: #959595. Windows color (decimal): -6057591 or 9015715. OLE color: 9015715.

HSL color Cylindrical-coordinate representation of color #A39189: hue angle of 18.46º 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 #A39189 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB163145137-
CMYK00.110.160.36
HSL18.46º12.38%58.82%-
HSV(B)18.46º15.95%63.92%-
XYZ29.7529.8427.86-
YUV149.47120.96137.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 137 (53.91% from 255) = 30.79%
R=36.63%
G=32.58%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314513700.110.160.3618.4612.3858.82
HexA391890B102412c3b
Octal2432212110132044221473
Binary1010001110010001100010010101110000100100100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39189; }

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

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

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

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

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

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

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

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