#A49AAB

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

Shades of East Side #A49AAB

Tints of East Side #A49AAB

Color information

#A49AAB (or 0xA49AAB) is unknown color: approx East Side. HEX triplet: A4, 9A and AB. RGB value is (164,154,171). Sum of RGB (Red+Green+Blue) = 164+154+171=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 171 - color contains mainly: blue. Hex color #A49AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AAB is #5B6554. Grayscale: #9E9E9E. Windows color (decimal): -5989717 or 11246244. OLE color: 11246244.

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

Color convert

RGB164154171-
CMYK0.040.1000.33
HSL275.29º9.19%63.73%-
HSV(B)275.29º9.94%67.06%-
XYZ34.2233.9443.28-
YUV158.93134.81131.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=33.54%
G=31.49%
B=34.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641541710.040.1000.33275.299.1963.73
HexA49AAB4A021113940
Octal24423225341204142311100
Binary1010010010011010101010111001010010000110001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AAB; }

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

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

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

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

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

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

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

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