#A59EAC

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

Shades of East Side #A59EAC

Tints of East Side #A59EAC

Color information

#A59EAC (or 0xA59EAC) is unknown color: approx East Side. HEX triplet: A5, 9E and AC. RGB value is (165,158,172). Sum of RGB (Red+Green+Blue) = 165+158+172=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: blue. Hex color #A59EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59EAC is #5A6153. Grayscale: #A1A1A1. Windows color (decimal): -5923156 or 11312805. OLE color: 11312805.

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

Color convert

RGB165158172-
CMYK0.040.0800.33
HSL270º7.78%64.71%-
HSV(B)270º8.14%67.45%-
XYZ35.1935.4344.01-
YUV161.69133.82130.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=33.33%
G=31.92%
B=34.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651581720.040.0800.332707.7864.71
HexA59EAC4802110e841
Octal24523625441004141610101
Binary1010010110011110101011001001000010000110000111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59EAC; }

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

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

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

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

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

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

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

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