#AC9EB8

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

Shades of East Side #AC9EB8

Tints of East Side #AC9EB8

Color information

#AC9EB8 (or 0xAC9EB8) is unknown color: approx East Side. HEX triplet: AC, 9E and B8. RGB value is (172,158,184). Sum of RGB (Red+Green+Blue) = 172+158+184=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC9EB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EB8 is #536147. Grayscale: #A5A5A5. Windows color (decimal): -5464392 or 12099244. OLE color: 12099244.

HSL color Cylindrical-coordinate representation of color #AC9EB8: hue angle of 272.31º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC9EB8 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172158184-
CMYK0.070.1400.28
HSL272.31º15.48%67.06%-
HSV(B)272.31º14.13%72.16%-
XYZ37.8936.6950.43-
YUV165.15138.64132.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 184 (72.27% from 255) = 35.80%
R=33.46%
G=30.74%
B=35.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721581840.070.1400.28272.3115.4867.06
HexAC9EB87E01C110f43
Octal25423627071603442017103
Binary101011001001111010111000111111001110010001000011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EB8; }

 p { color: rgb(172,158,184); }

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

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

 a { background-color: rgb(172,158,184); }

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

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

 span { border-color: rgb(172,158,184); }

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