#A59DAB

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

Shades of East Side #A59DAB

Tints of East Side #A59DAB

Color information

#A59DAB (or 0xA59DAB) is unknown color: approx East Side. HEX triplet: A5, 9D and AB. RGB value is (165,157,171). Sum of RGB (Red+Green+Blue) = 165+157+171=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 171 - color contains mainly: blue. Hex color #A59DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DAB is #5A6254. Grayscale: #A0A0A0. Windows color (decimal): -5923413 or 11247013. OLE color: 11247013.

HSL color Cylindrical-coordinate representation of color #A59DAB: hue angle of 274.29º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A59DAB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165157171-
CMYK0.040.0800.33
HSL274.29º7.69%64.31%-
HSV(B)274.29º8.19%67.06%-
XYZ34.9235.0543.45-
YUV160.99133.65130.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=33.47%
G=31.85%
B=34.69%

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
Decimal1651571710.040.0800.33274.297.6964.31
HexA59DAB48021112840
Octal24523525341004142210100
Binary1010010110011101101010111001000010000110001001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DAB; }

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

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

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

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

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

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

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

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