#AC92BA

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

Shades of East Side #AC92BA

Tints of East Side #AC92BA

Color information

#AC92BA (or 0xAC92BA) is unknown color: approx East Side. HEX triplet: AC, 92 and BA. RGB value is (172,146,186). Sum of RGB (Red+Green+Blue) = 172+146+186=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92BA is #536D45. Grayscale: #9E9E9E. Windows color (decimal): -5467462 or 12227244. OLE color: 12227244.

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

Color convert

RGB172146186-
CMYK0.080.2200.27
HSL279º22.47%65.1%-
HSV(B)279º21.51%72.94%-
XYZ36.1632.8750.89-
YUV158.33143.61137.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=34.13%
G=28.97%
B=36.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721461860.080.2200.2727922.4765.1
HexAC92BA81601B1171641
Octal254222272102603342726101
Binary101011001001001010111010100010110011011100010111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92BA; }

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

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

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

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

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

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

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

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