#AC709F

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

Shades of Bouquet #AC709F

Tints of Bouquet #AC709F

Color information

#AC709F (or 0xAC709F) is unknown color: approx Bouquet. HEX triplet: AC, 70 and 9F. RGB value is (172,112,159). Sum of RGB (Red+Green+Blue) = 172+112+159=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC709F is #538F60. Grayscale: #878787. Windows color (decimal): -5476193 or 10449068. OLE color: 10449068.

HSL color Cylindrical-coordinate representation of color #AC709F: hue angle of 313º 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 #AC709F is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172112159-
CMYK00.350.080.33
HSL313º26.55%55.69%-
HSV(B)313º34.88%67.45%-
XYZ29.0722.8635.68-
YUV135.3141.38154.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=38.83%
G=25.28%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211215900.350.080.3331326.5555.69
HexAC709F0238211391b38
Octal25416023704310414713370
Binary101011001110000100111110100011100010000110011100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC709F; }

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

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

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

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

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

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

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

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