#AC709A

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

Shades of Bouquet #AC709A

Tints of Bouquet #AC709A

Color information

#AC709A (or 0xAC709A) is unknown color: approx Bouquet. HEX triplet: AC, 70 and 9A. RGB value is (172,112,154). Sum of RGB (Red+Green+Blue) = 172+112+154=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC709A is #538F65. Grayscale: #868686. Windows color (decimal): -5476198 or 10121388. OLE color: 10121388.

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

Color convert

RGB172112154-
CMYK00.350.100.33
HSL318º26.55%55.69%-
HSV(B)318º34.88%67.45%-
XYZ28.6422.6933.44-
YUV134.73138.88154.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=39.27%
G=25.57%
B=35.16%

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
Decimal17211215400.350.100.3331826.5555.69
HexAC709A023A2113e1b38
Octal25416023204312414763370
Binary101011001110000100110100100011101010000110011111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC709A; }

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

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

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

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

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

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

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

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