#AC859C

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

Shades of Bouquet #AC859C

Tints of Bouquet #AC859C

Color information

#AC859C (or 0xAC859C) is unknown color: approx Bouquet. HEX triplet: AC, 85 and 9C. RGB value is (172,133,156). Sum of RGB (Red+Green+Blue) = 172+133+156=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC859C is #537A63. Grayscale: #939393. Windows color (decimal): -5470820 or 10257836. OLE color: 10257836.

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

Color convert

RGB172133156-
CMYK00.230.090.33
HSL324.62º19.02%59.8%-
HSV(B)324.62º22.67%67.45%-
XYZ31.427.9535.19-
YUV147.28132.92145.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=37.31%
G=28.85%
B=33.84%

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
Decimal17213315600.230.090.33324.6219.0259.8
HexAC859C017921145133c
Octal25420523402711415052374
Binary101011001000010110011100010111100110000110100010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC859C; }

 p { color: rgb(172,133,156); }

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

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

 a { background-color: rgb(172,133,156); }

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

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

 span { border-color: rgb(172,133,156); }

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