#AC99BD

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

Shades of East Side #AC99BD

Tints of East Side #AC99BD

Color information

#AC99BD (or 0xAC99BD) is unknown color: approx East Side. HEX triplet: AC, 99 and BD. RGB value is (172,153,189). Sum of RGB (Red+Green+Blue) = 172+153+189=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC99BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99BD is #536642. Grayscale: #A2A2A2. Windows color (decimal): -5465667 or 12425644. OLE color: 12425644.

HSL color Cylindrical-coordinate representation of color #AC99BD: hue angle of 271.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC99BD is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172153189-
CMYK0.090.1900.26
HSL271.67º21.43%67.06%-
HSV(B)271.67º19.05%74.12%-
XYZ37.5935.2352.96-
YUV162.78142.79134.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=33.46%
G=29.77%
B=36.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721531890.090.1900.26271.6721.4367.06
HexAC99BD91301A1101543
Octal254231275112303242025103
Binary101011001001100110111101100110011011010100010000101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99BD; }

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

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

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

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

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

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

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

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