#AC709B

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

Shades of Bouquet #AC709B

Tints of Bouquet #AC709B

Color information

#AC709B (or 0xAC709B) is unknown color: approx Bouquet. HEX triplet: AC, 70 and 9B. RGB value is (172,112,155). Sum of RGB (Red+Green+Blue) = 172+112+155=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC709B is #538F64. Grayscale: #868686. Windows color (decimal): -5476197 or 10186924. OLE color: 10186924.

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

Color convert

RGB172112155-
CMYK00.350.100.33
HSL317º26.55%55.69%-
HSV(B)317º34.88%67.45%-
XYZ28.7222.7333.88-
YUV134.84139.38154.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=39.18%
G=25.51%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211215500.350.100.3331726.5555.69
HexAC709B023A2113d1b38
Octal25416023304312414753370
Binary101011001110000100110110100011101010000110011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC709B; }

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

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

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

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

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

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

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

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