#A59E99

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

Shades of Zorba #A59E99

Tints of Zorba #A59E99

Color information

#A59E99 (or 0xA59E99) is unknown color: approx Zorba. HEX triplet: A5, 9E and 99. RGB value is (165,158,153). Sum of RGB (Red+Green+Blue) = 165+158+153=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59E99 is #5A6166. Grayscale: #9F9F9F. Windows color (decimal): -5923175 or 10067621. OLE color: 10067621.

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

Color convert

RGB165158153-
CMYK00.040.070.35
HSL25º6.25%62.35%-
HSV(B)25º7.27%64.71%-
XYZ33.4934.7535.08-
YUV159.52124.32131.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=34.66%
G=33.19%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515815300.040.070.35256.2562.35
HexA59E99047231963e
Octal2452362310474331676
Binary101001011001111010011001010011110001111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59E99; }

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

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

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

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

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

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

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

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