#A5938B

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

Shades of Zorba #A5938B

Tints of Zorba #A5938B

Color information

#A5938B (or 0xA5938B) is unknown color: approx Zorba. HEX triplet: A5, 93 and 8B. RGB value is (165,147,139). Sum of RGB (Red+Green+Blue) = 165+147+139=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 165 - color contains mainly: red. Hex color #A5938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5938B is #5A6C74. Grayscale: #979797. Windows color (decimal): -5926005 or 9147301. OLE color: 9147301.

HSL color Cylindrical-coordinate representation of color #A5938B: hue angle of 18.46º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5938B is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165147139-
CMYK00.110.160.35
HSL18.46º12.62%59.61%-
HSV(B)18.46º15.76%64.71%-
XYZ30.6130.7328.74-
YUV151.47120.96137.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=36.59%
G=32.59%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514713900.110.160.3518.4612.6259.61
HexA5938B0B102312d3c
Octal2452232130132043221574
Binary1010010110010011100010110101110000100011100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5938B; }

 p { color: rgb(165,147,139); }

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

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

 a { background-color: rgb(165,147,139); }

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

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

 span { border-color: rgb(165,147,139); }

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