#AC9CB7

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

Shades of East Side #AC9CB7

Tints of East Side #AC9CB7

Color information

#AC9CB7 (or 0xAC9CB7) is unknown color: approx East Side. HEX triplet: AC, 9C and B7. RGB value is (172,156,183). Sum of RGB (Red+Green+Blue) = 172+156+183=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC9CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CB7 is #536348. Grayscale: #A3A3A3. Windows color (decimal): -5464905 or 12033196. OLE color: 12033196.

HSL color Cylindrical-coordinate representation of color #AC9CB7: hue angle of 275.56º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9CB7 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172156183-
CMYK0.060.1500.28
HSL275.56º15.79%66.47%-
HSV(B)275.56º14.75%71.76%-
XYZ37.4535.9749.77-
YUV163.86138.8133.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 156 (61.33% from 255) = 30.53%
BLUE value IS 183 (71.88% from 255) = 35.81%
R=33.66%
G=30.53%
B=35.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721561830.060.1500.28275.5615.7966.47
HexAC9CB76F01C1141042
Octal25423426761703442420102
Binary1010110010011100101101111101111011100100010100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CB7; }

 p { color: rgb(172,156,183); }

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

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

 a { background-color: rgb(172,156,183); }

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

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

 span { border-color: rgb(172,156,183); }

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