#AC9DBC

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

Shades of East Side #AC9DBC

Tints of East Side #AC9DBC

Color information

#AC9DBC (or 0xAC9DBC) is unknown color: approx East Side. HEX triplet: AC, 9D and BC. RGB value is (172,157,188). Sum of RGB (Red+Green+Blue) = 172+157+188=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC9DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DBC is #536243. Grayscale: #A4A4A4. Windows color (decimal): -5464644 or 12361132. OLE color: 12361132.

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

Color convert

RGB172157188-
CMYK0.090.1600.26
HSL269.03º18.79%67.65%-
HSV(B)269.03º16.49%73.73%-
XYZ38.1536.5252.61-
YUV165.02140.97132.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=33.27%
G=30.37%
B=36.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721571880.090.1600.26269.0318.7967.65
HexAC9DBC91001A10d1344
Octal254235274112003241523104
Binary101011001001110110111100100110000011010100001101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DBC; }

 p { color: rgb(172,157,188); }

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

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

 a { background-color: rgb(172,157,188); }

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

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

 span { border-color: rgb(172,157,188); }

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