#AC729A

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

Shades of Bouquet #AC729A

Tints of Bouquet #AC729A

Color information

#AC729A (or 0xAC729A) is unknown color: approx Bouquet. HEX triplet: AC, 72 and 9A. RGB value is (172,114,154). Sum of RGB (Red+Green+Blue) = 172+114+154=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC729A is #538D65. Grayscale: #878787. Windows color (decimal): -5475686 or 10121900. OLE color: 10121900.

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

Color convert

RGB172114154-
CMYK00.340.100.33
HSL318.62º25.89%56.08%-
HSV(B)318.62º33.72%67.45%-
XYZ28.8623.1433.52-
YUV135.9138.22153.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 154 (60.55% from 255) = 35%
R=39.09%
G=25.91%
B=35%

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
Decimal17211415400.340.100.33318.6225.8956.08
HexAC729A022A2113f1a38
Octal25416223204212414773270
Binary101011001110010100110100100010101010000110011111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC729A; }

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

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

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

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

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

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

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

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