#AC849D

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

Shades of Bouquet #AC849D

Tints of Bouquet #AC849D

Color information

#AC849D (or 0xAC849D) is unknown color: approx Bouquet. HEX triplet: AC, 84 and 9D. RGB value is (172,132,157). Sum of RGB (Red+Green+Blue) = 172+132+157=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC849D is #537B62. Grayscale: #929292. Windows color (decimal): -5471075 or 10323116. OLE color: 10323116.

HSL color Cylindrical-coordinate representation of color #AC849D: hue angle of 322.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 #AC849D is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172132157-
CMYK00.230.090.33
HSL322.5º19.42%59.61%-
HSV(B)322.5º23.26%67.45%-
XYZ31.3527.7135.59-
YUV146.81133.75145.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=37.31%
G=28.63%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213215700.230.090.33322.519.4259.61
HexAC849D017921142133c
Octal25420423502711415022374
Binary101011001000010010011101010111100110000110100001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC849D; }

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

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

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

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

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

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

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

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