#A49BAB

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

Shades of East Side #A49BAB

Tints of East Side #A49BAB

Color information

#A49BAB (or 0xA49BAB) is unknown color: approx East Side. HEX triplet: A4, 9B and AB. RGB value is (164,155,171). Sum of RGB (Red+Green+Blue) = 164+155+171=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #A49BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BAB is #5B6454. Grayscale: #9F9F9F. Windows color (decimal): -5989461 or 11246500. OLE color: 11246500.

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

Color convert

RGB164155171-
CMYK0.040.0900.33
HSL273.75º8.7%63.92%-
HSV(B)273.75º9.36%67.06%-
XYZ34.3834.2843.33-
YUV159.52134.48131.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=33.47%
G=31.63%
B=34.90%

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
Decimal1641551710.040.0900.33273.758.763.92
HexA49BAB49021112940
Octal24423325341104142211100
Binary1010010010011011101010111001001010000110001001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BAB; }

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

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

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

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

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

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

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

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