#AC709D

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

Shades of Bouquet #AC709D

Tints of Bouquet #AC709D

Color information

#AC709D (or 0xAC709D) is unknown color: approx Bouquet. HEX triplet: AC, 70 and 9D. RGB value is (172,112,157). Sum of RGB (Red+Green+Blue) = 172+112+157=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC709D is #538F62. Grayscale: #868686. Windows color (decimal): -5476195 or 10317996. OLE color: 10317996.

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

Color convert

RGB172112157-
CMYK00.350.090.33
HSL315º26.55%55.69%-
HSV(B)315º34.88%67.45%-
XYZ28.8922.7934.78-
YUV135.07140.38154.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=39.00%
G=25.40%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211215700.350.090.3331526.5555.69
HexAC709D02392113b1b38
Octal25416023504311414733370
Binary101011001110000100111010100011100110000110011101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC709D; }

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

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

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

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

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

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

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

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