#A59E96

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

Shades of Zorba #A59E96

Tints of Zorba #A59E96

Color information

#A59E96 (or 0xA59E96) is unknown color: approx Zorba. HEX triplet: A5, 9E and 96. RGB value is (165,158,150). Sum of RGB (Red+Green+Blue) = 165+158+150=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59E96 is #5A6169. Grayscale: #9F9F9F. Windows color (decimal): -5923178 or 9871013. OLE color: 9871013.

HSL color Cylindrical-coordinate representation of color #A59E96: hue angle of 32º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A59E96 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB165158150-
CMYK00.040.090.35
HSL32º7.69%61.76%-
HSV(B)32º9.09%64.71%-
XYZ33.2534.6633.79-
YUV159.18122.82132.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=34.88%
G=33.40%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515815000.040.090.35327.6961.76
HexA59E96049232083e
Octal245236226041143401076
Binary101001011001111010010110010010011000111000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59E96; }

 p { color: rgb(165,158,150); }

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

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

 a { background-color: rgb(165,158,150); }

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

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

 span { border-color: rgb(165,158,150); }

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