#AC849F

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

Shades of Bouquet #AC849F

Tints of Bouquet #AC849F

Color information

#AC849F (or 0xAC849F) is unknown color: approx Bouquet. HEX triplet: AC, 84 and 9F. RGB value is (172,132,159). Sum of RGB (Red+Green+Blue) = 172+132+159=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC849F is #537B60. Grayscale: #929292. Windows color (decimal): -5471073 or 10454188. OLE color: 10454188.

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

Color convert

RGB172132159-
CMYK00.230.080.33
HSL319.5º19.42%59.61%-
HSV(B)319.5º23.26%67.45%-
XYZ31.5227.7836.5-
YUV147.04134.75145.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=37.15%
G=28.51%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213215900.230.080.33319.519.4259.61
HexAC849F017821140133c
Octal25420423702710415002374
Binary101011001000010010011111010111100010000110100000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC849F; }

 p { color: rgb(172,132,159); }

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

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

 a { background-color: rgb(172,132,159); }

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

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

 span { border-color: rgb(172,132,159); }

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