#A496AC

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

Shades of East Side #A496AC

Tints of East Side #A496AC

Color information

#A496AC (or 0xA496AC) is unknown color: approx East Side. HEX triplet: A4, 96 and AC. RGB value is (164,150,172). Sum of RGB (Red+Green+Blue) = 164+150+172=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #A496AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A496AC is #5B6953. Grayscale: #9C9C9C. Windows color (decimal): -5990740 or 11310756. OLE color: 11310756.

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

Color convert

RGB164150172-
CMYK0.050.1300.33
HSL278.18º11.7%63.14%-
HSV(B)278.18º12.79%67.45%-
XYZ33.6632.6843.56-
YUV156.69136.64133.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=33.74%
G=30.86%
B=35.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641501720.050.1300.33278.1811.763.14
HexA496AC5D021116c3f
Octal2442262545150414261477
Binary101001001001011010101100101110101000011000101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496AC; }

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

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

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

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

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

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

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

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