#A49CAC

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

Shades of East Side #A49CAC

Tints of East Side #A49CAC

Color information

#A49CAC (or 0xA49CAC) is unknown color: approx East Side. HEX triplet: A4, 9C and AC. RGB value is (164,156,172). Sum of RGB (Red+Green+Blue) = 164+156+172=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #A49CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49CAC is #5B6353. Grayscale: #A0A0A0. Windows color (decimal): -5989204 or 11312292. OLE color: 11312292.

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

Color convert

RGB164156172-
CMYK0.050.0900.33
HSL270º8.79%64.31%-
HSV(B)270º9.3%67.45%-
XYZ34.6434.6543.89-
YUV160.22134.65130.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=33.33%
G=31.71%
B=34.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641561720.050.0900.332708.7964.31
HexA49CAC5902110e940
Octal24423425451104141611100
Binary1010010010011100101011001011001010000110000111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CAC; }

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

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

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

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

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

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

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

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