#A59CAA

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

Shades of East Side #A59CAA

Tints of East Side #A59CAA

Color information

#A59CAA (or 0xA59CAA) is unknown color: approx East Side. HEX triplet: A5, 9C and AA. RGB value is (165,156,170). Sum of RGB (Red+Green+Blue) = 165+156+170=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 170 - color contains mainly: blue. Hex color #A59CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CAA is #5A6355. Grayscale: #A0A0A0. Windows color (decimal): -5923670 or 11181221. OLE color: 11181221.

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

Color convert

RGB165156170-
CMYK0.030.0800.33
HSL278.57º7.61%63.92%-
HSV(B)278.57º8.24%66.67%-
XYZ34.6634.6842.9-
YUV160.29133.48131.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=33.60%
G=31.77%
B=34.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651561700.030.0800.33278.577.6163.92
HexA59CAA38021117840
Octal24523425231004142710100
Binary101001011001110010101010111000010000110001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CAA; }

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

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

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

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

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

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

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

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