#AC739C

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

Shades of Bouquet #AC739C

Tints of Bouquet #AC739C

Color information

#AC739C (or 0xAC739C) is unknown color: approx Bouquet. HEX triplet: AC, 73 and 9C. RGB value is (172,115,156). Sum of RGB (Red+Green+Blue) = 172+115+156=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC739C is #538C63. Grayscale: #888888. Windows color (decimal): -5475428 or 10253228. OLE color: 10253228.

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

Color convert

RGB172115156-
CMYK00.330.090.33
HSL316.84º25.56%56.27%-
HSV(B)316.84º33.14%67.45%-
XYZ29.1423.4334.44-
YUV136.72138.88153.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=38.83%
G=25.96%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211515600.330.090.33316.8425.5656.27
HexAC739C02192113d1a38
Octal25416323404111414753270
Binary101011001110011100111000100001100110000110011110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC739C; }

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

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

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

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

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

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

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

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