#AC95BA

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

Shades of East Side #AC95BA

Tints of East Side #AC95BA

Color information

#AC95BA (or 0xAC95BA) is unknown color: approx East Side. HEX triplet: AC, 95 and BA. RGB value is (172,149,186). Sum of RGB (Red+Green+Blue) = 172+149+186=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC95BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95BA is #536A45. Grayscale: #9F9F9F. Windows color (decimal): -5466694 or 12228012. OLE color: 12228012.

HSL color Cylindrical-coordinate representation of color #AC95BA: hue angle of 277.3º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC95BA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172149186-
CMYK0.080.2000.27
HSL277.3º21.14%65.69%-
HSV(B)277.3º19.89%72.94%-
XYZ36.6233.8151.05-
YUV160.1142.62136.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=33.93%
G=29.39%
B=36.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721491860.080.2000.27277.321.1465.69
HexAC95BA81401B1151542
Octal254225272102403342525102
Binary101011001001010110111010100010100011011100010101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95BA; }

 p { color: rgb(172,149,186); }

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

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

 a { background-color: rgb(172,149,186); }

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

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

 span { border-color: rgb(172,149,186); }

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