#AC97BA

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

Shades of East Side #AC97BA

Tints of East Side #AC97BA

Color information

#AC97BA (or 0xAC97BA) is unknown color: approx East Side. HEX triplet: AC, 97 and BA. RGB value is (172,151,186). Sum of RGB (Red+Green+Blue) = 172+151+186=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97BA is #536845. Grayscale: #A1A1A1. Windows color (decimal): -5466182 or 12228524. OLE color: 12228524.

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

Color convert

RGB172151186-
CMYK0.080.1900.27
HSL276º20.23%66.08%-
HSV(B)276º18.82%72.94%-
XYZ36.9434.4551.16-
YUV161.27141.96135.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=33.79%
G=29.67%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721511860.080.1900.2727620.2366.08
HexAC97BA81301B1141442
Octal254227272102303342424102
Binary101011001001011110111010100010011011011100010100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97BA; }

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

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

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

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

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

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

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

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