#A49EAA

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

Shades of East Side #A49EAA

Tints of East Side #A49EAA

Color information

#A49EAA (or 0xA49EAA) is unknown color: approx East Side. HEX triplet: A4, 9E and AA. RGB value is (164,158,170). Sum of RGB (Red+Green+Blue) = 164+158+170=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: blue. Hex color #A49EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49EAA is #5B6155. Grayscale: #A1A1A1. Windows color (decimal): -5988694 or 11181732. OLE color: 11181732.

HSL color Cylindrical-coordinate representation of color #A49EAA: hue angle of 270º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A49EAA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164158170-
CMYK0.040.0700.33
HSL270º6.59%64.31%-
HSV(B)270º7.06%66.67%-
XYZ34.7935.2543-
YUV161.16132.99130.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=33.33%
G=32.11%
B=34.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641581700.040.0700.332706.5964.31
HexA49EAA4702110e740
Octal244236252470414167100
Binary10100100100111101010101010011101000011000011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EAA; }

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

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

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

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

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

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

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

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