#A49BAA

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

Shades of East Side #A49BAA

Tints of East Side #A49BAA

Color information

#A49BAA (or 0xA49BAA) is unknown color: approx East Side. HEX triplet: A4, 9B and AA. RGB value is (164,155,170). Sum of RGB (Red+Green+Blue) = 164+155+170=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 170 - color contains mainly: blue. Hex color #A49BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BAA is #5B6455. Grayscale: #9F9F9F. Windows color (decimal): -5989462 or 11180964. OLE color: 11180964.

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

Color convert

RGB164155170-
CMYK0.040.0900.33
HSL276º8.11%63.73%-
HSV(B)276º8.82%66.67%-
XYZ34.2934.2442.83-
YUV159.4133.98131.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 155 (60.94% from 255) = 31.70%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=33.54%
G=31.70%
B=34.76%

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
Decimal1641551700.040.0900.332768.1163.73
HexA49BAA49021114840
Octal24423325241104142410100
Binary1010010010011011101010101001001010000110001010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BAA; }

 p { color: rgb(164,155,170); }

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

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

 a { background-color: rgb(164,155,170); }

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

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

 span { border-color: rgb(164,155,170); }

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