#A49DAB

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

Shades of East Side #A49DAB

Tints of East Side #A49DAB

Color information

#A49DAB (or 0xA49DAB) is unknown color: approx East Side. HEX triplet: A4, 9D and AB. RGB value is (164,157,171). Sum of RGB (Red+Green+Blue) = 164+157+171=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 171 - color contains mainly: blue. Hex color #A49DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DAB is #5B6254. Grayscale: #A0A0A0. Windows color (decimal): -5988949 or 11247012. OLE color: 11247012.

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

Color convert

RGB164157171-
CMYK0.040.0800.33
HSL270º7.69%64.31%-
HSV(B)270º8.19%67.06%-
XYZ34.7234.9543.44-
YUV160.69133.82130.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=33.33%
G=31.91%
B=34.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641571710.040.0800.332707.6964.31
HexA49DAB4802110e840
Octal24423525341004141610100
Binary1010010010011101101010111001000010000110000111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DAB; }

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

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

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

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

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

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

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

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