#AC96B4

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

Shades of East Side #AC96B4

Tints of East Side #AC96B4

Color information

#AC96B4 (or 0xAC96B4) is unknown color: approx East Side. HEX triplet: AC, 96 and B4. RGB value is (172,150,180). Sum of RGB (Red+Green+Blue) = 172+150+180=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC96B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96B4 is #53694B. Grayscale: #9F9F9F. Windows color (decimal): -5466444 or 11835052. OLE color: 11835052.

HSL color Cylindrical-coordinate representation of color #AC96B4: hue angle of 284º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC96B4 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172150180-
CMYK0.040.1700.29
HSL284º16.67%64.71%-
HSV(B)284º16.67%70.59%-
XYZ36.1633.8847.81-
YUV160139.29136.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=34.26%
G=29.88%
B=35.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721501800.040.1700.2928416.6764.71
HexAC96B441101D11c1141
Octal25422626442103543421101
Binary10101100100101101011010010010001011101100011100100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96B4; }

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

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

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

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

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

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

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

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