#AC7E9C

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

Shades of Bouquet #AC7E9C

Tints of Bouquet #AC7E9C

Color information

#AC7E9C (or 0xAC7E9C) is unknown color: approx Bouquet. HEX triplet: AC, 7E and 9C. RGB value is (172,126,156). Sum of RGB (Red+Green+Blue) = 172+126+156=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7E9C is #538163. Grayscale: #8F8F8F. Windows color (decimal): -5472612 or 10256044. OLE color: 10256044.

HSL color Cylindrical-coordinate representation of color #AC7E9C: hue angle of 320.87º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC7E9C is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172126156-
CMYK00.270.090.33
HSL320.87º21.7%58.43%-
HSV(B)320.87º26.74%67.45%-
XYZ30.4726.0934.88-
YUV143.17135.24148.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=37.89%
G=27.75%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212615600.270.090.33320.8721.758.43
HexAC7E9C01B921141163a
Octal25417623403311415012672
Binary10101100111111010011100011011100110000110100000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E9C; }

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

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

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

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

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

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

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

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