#AC96B6

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

Shades of East Side #AC96B6

Tints of East Side #AC96B6

Color information

#AC96B6 (or 0xAC96B6) is unknown color: approx East Side. HEX triplet: AC, 96 and B6. RGB value is (172,150,182). Sum of RGB (Red+Green+Blue) = 172+150+182=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC96B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96B6 is #536949. Grayscale: #A0A0A0. Windows color (decimal): -5466442 or 11966124. OLE color: 11966124.

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

Color convert

RGB172150182-
CMYK0.050.1800.29
HSL281.25º17.98%65.1%-
HSV(B)281.25º17.58%71.37%-
XYZ36.3633.9648.89-
YUV160.23140.29136.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 182 (71.48% from 255) = 36.11%
R=34.13%
G=29.76%
B=36.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721501820.050.1800.29281.2517.9865.1
HexAC96B651201D1191241
Octal25422626652203543122101
Binary10101100100101101011011010110010011101100011001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96B6; }

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

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

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

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

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

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

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

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