#A59AAE

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

Shades of East Side #A59AAE

Tints of East Side #A59AAE

Color information

#A59AAE (or 0xA59AAE) is unknown color: approx East Side. HEX triplet: A5, 9A and AE. RGB value is (165,154,174). Sum of RGB (Red+Green+Blue) = 165+154+174=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #A59AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59AAE is #5A6551. Grayscale: #9F9F9F. Windows color (decimal): -5924178 or 11442853. OLE color: 11442853.

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

Color convert

RGB165154174-
CMYK0.050.1100.32
HSL273º10.99%64.31%-
HSV(B)273º11.49%68.24%-
XYZ34.7134.1744.81-
YUV159.57136.14131.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=33.47%
G=31.24%
B=35.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651541740.050.1100.3227310.9964.31
HexA59AAE5B020111b40
Octal24523225651304042113100
Binary1010010110011010101011101011011010000010001000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AAE; }

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

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

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

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

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

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

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

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