#A59AAA

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

Shades of East Side #A59AAA

Tints of East Side #A59AAA

Color information

#A59AAA (or 0xA59AAA) is unknown color: approx East Side. HEX triplet: A5, 9A and AA. RGB value is (165,154,170). Sum of RGB (Red+Green+Blue) = 165+154+170=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 170 - color contains mainly: blue. Hex color #A59AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59AAA is #5A6555. Grayscale: #9F9F9F. Windows color (decimal): -5924182 or 11180709. OLE color: 11180709.

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

Color convert

RGB165154170-
CMYK0.030.0900.33
HSL281.25º8.6%63.53%-
HSV(B)281.25º9.41%66.67%-
XYZ34.3334.0142.79-
YUV159.11134.14132.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=33.74%
G=31.49%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651541700.030.0900.33281.258.663.53
HexA59AAA39021119940
Octal24523225231104143111100
Binary101001011001101010101010111001010000110001100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59AAA; }

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

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

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

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

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

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

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

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