#AC729B

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

Shades of Bouquet #AC729B

Tints of Bouquet #AC729B

Color information

#AC729B (or 0xAC729B) is unknown color: approx Bouquet. HEX triplet: AC, 72 and 9B. RGB value is (172,114,155). Sum of RGB (Red+Green+Blue) = 172+114+155=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC729B is #538D64. Grayscale: #878787. Windows color (decimal): -5475685 or 10187436. OLE color: 10187436.

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

Color convert

RGB172114155-
CMYK00.340.100.33
HSL317.59º25.89%56.08%-
HSV(B)317.59º33.72%67.45%-
XYZ28.9523.1733.96-
YUV136.02138.72153.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=39.00%
G=25.85%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211415500.340.100.33317.5925.8956.08
HexAC729B022A2113e1a38
Octal25416223304212414763270
Binary101011001110010100110110100010101010000110011111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC729B; }

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

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

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

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

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

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

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

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