#A49BAC

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

Shades of East Side #A49BAC

Tints of East Side #A49BAC

Color information

#A49BAC (or 0xA49BAC) is unknown color: approx East Side. HEX triplet: A4, 9B and AC. RGB value is (164,155,172). Sum of RGB (Red+Green+Blue) = 164+155+172=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 172 - color contains mainly: blue. Hex color #A49BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BAC is #5B6453. Grayscale: #9F9F9F. Windows color (decimal): -5989460 or 11312036. OLE color: 11312036.

HSL color Cylindrical-coordinate representation of color #A49BAC: hue angle of 271.76º 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 #A49BAC is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164155172-
CMYK0.050.1000.33
HSL271.76º9.29%64.12%-
HSV(B)271.76º9.88%67.45%-
XYZ34.4834.3143.84-
YUV159.63134.98131.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=33.40%
G=31.57%
B=35.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641551720.050.1000.33271.769.2964.12
HexA49BAC5A021110940
Octal24423325451204142011100
Binary1010010010011011101011001011010010000110001000010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BAC; }

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

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

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

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

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

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

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

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