#A59EAB

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

Shades of East Side #A59EAB

Tints of East Side #A59EAB

Color information

#A59EAB (or 0xA59EAB) is unknown color: approx East Side. HEX triplet: A5, 9E and AB. RGB value is (165,158,171). Sum of RGB (Red+Green+Blue) = 165+158+171=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 171 - color contains mainly: blue. Hex color #A59EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59EAB is #5A6154. Grayscale: #A1A1A1. Windows color (decimal): -5923157 or 11247269. OLE color: 11247269.

HSL color Cylindrical-coordinate representation of color #A59EAB: hue angle of 272.31º degrees, saturation: 0.07, 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 #A59EAB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165158171-
CMYK0.040.0800.33
HSL272.31º7.18%64.51%-
HSV(B)272.31º7.6%67.06%-
XYZ35.0935.3943.51-
YUV161.57133.32130.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=33.40%
G=31.98%
B=34.62%

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
Decimal1651581710.040.0800.33272.317.1864.51
HexA59EAB48021110741
Octal2452362534100414207101
Binary101001011001111010101011100100001000011000100001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59EAB; }

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

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

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

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

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

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

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

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