#AC86B9

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

Shades of East Side #AC86B9

Tints of East Side #AC86B9

Color information

#AC86B9 (or 0xAC86B9) is unknown color: approx East Side. HEX triplet: AC, 86 and B9. RGB value is (172,134,185). Sum of RGB (Red+Green+Blue) = 172+134+185=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC86B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC86B9 is #537946. Grayscale: #979797. Windows color (decimal): -5470535 or 12158636. OLE color: 12158636.

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

Color convert

RGB172134185-
CMYK0.070.2800.27
HSL284.71º26.7%62.55%-
HSV(B)284.71º27.57%72.55%-
XYZ34.329.3249.75-
YUV151.18147.09142.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=35.03%
G=27.29%
B=37.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721341850.070.2800.27284.7126.762.55
HexAC86B971C01B11d1b3f
Octal2542062717340334353377
Binary1010110010000110101110011111110001101110001110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86B9; }

 p { color: rgb(172,134,185); }

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

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

 a { background-color: rgb(172,134,185); }

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

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

 span { border-color: rgb(172,134,185); }

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