#A499AC

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

Shades of East Side #A499AC

Tints of East Side #A499AC

Color information

#A499AC (or 0xA499AC) is unknown color: approx East Side. HEX triplet: A4, 99 and AC. RGB value is (164,153,172). Sum of RGB (Red+Green+Blue) = 164+153+172=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #A499AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499AC is #5B6653. Grayscale: #9E9E9E. Windows color (decimal): -5989972 or 11311524. OLE color: 11311524.

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

Color convert

RGB164153172-
CMYK0.050.1100.33
HSL274.74º10.27%63.73%-
HSV(B)274.74º11.05%67.45%-
XYZ34.1533.6543.73-
YUV158.45135.64131.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=33.54%
G=31.29%
B=35.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641531720.050.1100.33274.7410.2763.73
HexA499AC5B021113a40
Octal24423125451304142312100
Binary1010010010011001101011001011011010000110001001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499AC; }

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

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

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

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

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

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

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

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