#A596AE

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

Shades of East Side #A596AE

Tints of East Side #A596AE

Color information

#A596AE (or 0xA596AE) is unknown color: approx East Side. HEX triplet: A5, 96 and AE. RGB value is (165,150,174). Sum of RGB (Red+Green+Blue) = 165+150+174=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #A596AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A596AE is #5A6951. Grayscale: #9D9D9D. Windows color (decimal): -5925202 or 11441829. OLE color: 11441829.

HSL color Cylindrical-coordinate representation of color #A596AE: hue angle of 277.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A596AE is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165150174-
CMYK0.050.1400.32
HSL277.5º12.9%63.53%-
HSV(B)277.5º13.79%68.24%-
XYZ34.0632.8744.59-
YUV157.22137.47133.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=33.74%
G=30.67%
B=35.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651501740.050.1400.32277.512.963.53
HexA596AE5E020116d40
Octal24522625651604042615100
Binary1010010110010110101011101011110010000010001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596AE; }

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

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

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

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

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

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

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

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