#A59AAB

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

Shades of East Side #A59AAB

Tints of East Side #A59AAB

Color information

#A59AAB (or 0xA59AAB) is unknown color: approx East Side. HEX triplet: A5, 9A and AB. RGB value is (165,154,171). Sum of RGB (Red+Green+Blue) = 165+154+171=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #A59AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59AAB is #5A6554. Grayscale: #9F9F9F. Windows color (decimal): -5924181 or 11246245. OLE color: 11246245.

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

Color convert

RGB165154171-
CMYK0.040.1000.33
HSL278.82º9.19%63.73%-
HSV(B)278.82º9.94%67.06%-
XYZ34.4234.0543.29-
YUV159.23134.64132.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=33.67%
G=31.43%
B=34.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651541710.040.1000.33278.829.1963.73
HexA59AAB4A021117940
Octal24523225341204142711100
Binary1010010110011010101010111001010010000110001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AAB; }

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

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

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

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

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

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

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

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