#AC9FB7

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

Shades of East Side #AC9FB7

Tints of East Side #AC9FB7

Color information

#AC9FB7 (or 0xAC9FB7) is unknown color: approx East Side. HEX triplet: AC, 9F and B7. RGB value is (172,159,183). Sum of RGB (Red+Green+Blue) = 172+159+183=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC9FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FB7 is #536048. Grayscale: #A5A5A5. Windows color (decimal): -5464137 or 12033964. OLE color: 12033964.

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

Color convert

RGB172159183-
CMYK0.060.1300.28
HSL272.5º14.29%67.06%-
HSV(B)272.5º13.11%71.76%-
XYZ37.9636.9949.94-
YUV165.62137.81132.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=33.46%
G=30.93%
B=35.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721591830.060.1300.28272.514.2967.06
HexAC9FB76D01C110e43
Octal25423726761503442016103
Binary101011001001111110110111110110101110010001000011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FB7; }

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

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

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

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

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

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

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

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