#AC96BA

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

Shades of East Side #AC96BA

Tints of East Side #AC96BA

Color information

#AC96BA (or 0xAC96BA) is unknown color: approx East Side. HEX triplet: AC, 96 and BA. RGB value is (172,150,186). Sum of RGB (Red+Green+Blue) = 172+150+186=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96BA is #536945. Grayscale: #A0A0A0. Windows color (decimal): -5466438 or 12228268. OLE color: 12228268.

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

Color convert

RGB172150186-
CMYK0.080.1900.27
HSL276.67º20.69%65.88%-
HSV(B)276.67º19.35%72.94%-
XYZ36.7834.1351.1-
YUV160.68142.29136.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=33.86%
G=29.53%
B=36.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721501860.080.1900.27276.6720.6965.88
HexAC96BA81301B1151542
Octal254226272102303342525102
Binary101011001001011010111010100010011011011100010101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96BA; }

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

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

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

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

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

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

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

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