#A49BAE

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

Shades of East Side #A49BAE

Tints of East Side #A49BAE

Color information

#A49BAE (or 0xA49BAE) is unknown color: approx East Side. HEX triplet: A4, 9B and AE. RGB value is (164,155,174). Sum of RGB (Red+Green+Blue) = 164+155+174=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #A49BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BAE is #5B6451. Grayscale: #9F9F9F. Windows color (decimal): -5989458 or 11443108. OLE color: 11443108.

HSL color Cylindrical-coordinate representation of color #A49BAE: hue angle of 268.42º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A49BAE is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164155174-
CMYK0.060.1100.32
HSL268.42º10.5%64.51%-
HSV(B)268.42º10.92%68.24%-
XYZ34.6734.3944.86-
YUV159.86135.98130.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=33.27%
G=31.44%
B=35.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641551740.060.1100.32268.4210.564.51
HexA49BAE6B02010ca41
Octal24423325661304041412101
Binary1010010010011011101011101101011010000010000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BAE; }

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

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

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

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

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

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

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

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