#A49DAC

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

Shades of East Side #A49DAC

Tints of East Side #A49DAC

Color information

#A49DAC (or 0xA49DAC) is unknown color: approx East Side. HEX triplet: A4, 9D and AC. RGB value is (164,157,172). Sum of RGB (Red+Green+Blue) = 164+157+172=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 157 (61.72% from 255 or 31.85% 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 #A49DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DAC is #5B6253. Grayscale: #A0A0A0. Windows color (decimal): -5988948 or 11312548. OLE color: 11312548.

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

Color convert

RGB164157172-
CMYK0.050.0900.33
HSL268º8.29%64.51%-
HSV(B)268º8.72%67.45%-
XYZ34.8134.9943.95-
YUV160.8134.32130.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=33.27%
G=31.85%
B=34.89%

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
Decimal1641571720.050.0900.332688.2964.51
HexA49DAC5902110c841
Octal24423525451104141410101
Binary1010010010011101101011001011001010000110000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DAC; }

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

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

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

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

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

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

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

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