#AC849E

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

Shades of Bouquet #AC849E

Tints of Bouquet #AC849E

Color information

#AC849E (or 0xAC849E) is unknown color: approx Bouquet. HEX triplet: AC, 84 and 9E. RGB value is (172,132,158). Sum of RGB (Red+Green+Blue) = 172+132+158=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC849E is #537B61. Grayscale: #929292. Windows color (decimal): -5471074 or 10388652. OLE color: 10388652.

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

Color convert

RGB172132158-
CMYK00.230.080.33
HSL321º19.42%59.61%-
HSV(B)321º23.26%67.45%-
XYZ31.4427.7436.05-
YUV146.92134.25145.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 158 (62.11% from 255) = 34.20%
R=37.23%
G=28.57%
B=34.20%

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
Decimal17213215800.230.080.3332119.4259.61
HexAC849E017821141133c
Octal25420423602710415012374
Binary101011001000010010011110010111100010000110100000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC849E; }

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

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

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

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

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

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

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

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