#AC99BA

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

Shades of East Side #AC99BA

Tints of East Side #AC99BA

Color information

#AC99BA (or 0xAC99BA) is unknown color: approx East Side. HEX triplet: AC, 99 and BA. RGB value is (172,153,186). Sum of RGB (Red+Green+Blue) = 172+153+186=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99BA is #536645. Grayscale: #A2A2A2. Windows color (decimal): -5465670 or 12229036. OLE color: 12229036.

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

Color convert

RGB172153186-
CMYK0.080.1800.27
HSL274.55º19.3%66.47%-
HSV(B)274.55º17.74%72.94%-
XYZ37.2735.151.26-
YUV162.44141.29134.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=33.66%
G=29.94%
B=36.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721531860.080.1800.27274.5519.366.47
HexAC99BA81201B1131342
Octal254231272102203342323102
Binary101011001001100110111010100010010011011100010011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99BA; }

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

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

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

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

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

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

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

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