#A59CAC

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

Shades of East Side #A59CAC

Tints of East Side #A59CAC

Color information

#A59CAC (or 0xA59CAC) is unknown color: approx East Side. HEX triplet: A5, 9C and AC. RGB value is (165,156,172). Sum of RGB (Red+Green+Blue) = 165+156+172=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: blue. Hex color #A59CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CAC is #5A6353. Grayscale: #A0A0A0. Windows color (decimal): -5923668 or 11312293. OLE color: 11312293.

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

Color convert

RGB165156172-
CMYK0.040.0900.33
HSL273.75º8.79%64.31%-
HSV(B)273.75º9.3%67.45%-
XYZ34.8534.7543.9-
YUV160.51134.48131.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=33.47%
G=31.64%
B=34.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651561720.040.0900.33273.758.7964.31
HexA59CAC49021112940
Octal24523425441104142211100
Binary1010010110011100101011001001001010000110001001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CAC; }

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

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

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

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

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

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

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

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