#A59BAE

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

Shades of East Side #A59BAE

Tints of East Side #A59BAE

Color information

#A59BAE (or 0xA59BAE) is unknown color: approx East Side. HEX triplet: A5, 9B and AE. RGB value is (165,155,174). Sum of RGB (Red+Green+Blue) = 165+155+174=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 174 - color contains mainly: blue. Hex color #A59BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BAE is #5A6451. Grayscale: #A0A0A0. Windows color (decimal): -5923922 or 11443109. OLE color: 11443109.

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

Color convert

RGB165155174-
CMYK0.050.1100.32
HSL271.58º10.5%64.51%-
HSV(B)271.58º10.92%68.24%-
XYZ34.8834.544.86-
YUV160.16135.81131.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=33.40%
G=31.38%
B=35.22%

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
Decimal1651551740.050.1100.32271.5810.564.51
HexA59BAE5B020110a41
Octal24523325651304042012101
Binary1010010110011011101011101011011010000010001000010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BAE; }

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

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

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

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

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

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

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

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