#AC729E

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

Shades of Bouquet #AC729E

Tints of Bouquet #AC729E

Color information

#AC729E (or 0xAC729E) is unknown color: approx Bouquet. HEX triplet: AC, 72 and 9E. RGB value is (172,114,158). Sum of RGB (Red+Green+Blue) = 172+114+158=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC729E is #538D61. Grayscale: #888888. Windows color (decimal): -5475682 or 10384044. OLE color: 10384044.

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

Color convert

RGB172114158-
CMYK00.340.080.33
HSL314.48º25.89%56.08%-
HSV(B)314.48º33.72%67.45%-
XYZ29.223.2735.3-
YUV136.36140.22153.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=38.74%
G=25.68%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211415800.340.080.33314.4825.8956.08
HexAC729E02282113a1a38
Octal25416223604210414723270
Binary101011001110010100111100100010100010000110011101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC729E; }

 p { color: rgb(172,114,158); }

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

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

 a { background-color: rgb(172,114,158); }

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

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

 span { border-color: rgb(172,114,158); }

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