#A59DAE

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

Shades of East Side #A59DAE

Tints of East Side #A59DAE

Color information

#A59DAE (or 0xA59DAE) is unknown color: approx East Side. HEX triplet: A5, 9D and AE. RGB value is (165,157,174). Sum of RGB (Red+Green+Blue) = 165+157+174=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 174 - color contains mainly: blue. Hex color #A59DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DAE is #5A6251. Grayscale: #A1A1A1. Windows color (decimal): -5923410 or 11443621. OLE color: 11443621.

HSL color Cylindrical-coordinate representation of color #A59DAE: hue angle of 268.24º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A59DAE is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165157174-
CMYK0.050.1000.32
HSL268.24º9.5%64.9%-
HSV(B)268.24º9.77%68.24%-
XYZ35.2135.1744.98-
YUV161.33135.15130.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=33.27%
G=31.65%
B=35.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651571740.050.1000.32268.249.564.9
HexA59DAE5A02010c941
Octal24523525651204041411101
Binary1010010110011101101011101011010010000010000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DAE; }

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

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

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

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

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

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

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

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