#AC859D

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

Shades of Bouquet #AC859D

Tints of Bouquet #AC859D

Color information

#AC859D (or 0xAC859D) is unknown color: approx Bouquet. HEX triplet: AC, 85 and 9D. RGB value is (172,133,157). Sum of RGB (Red+Green+Blue) = 172+133+157=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC859D is #537A62. Grayscale: #939393. Windows color (decimal): -5470819 or 10323372. OLE color: 10323372.

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

Color convert

RGB172133157-
CMYK00.230.090.33
HSL323.08º19.02%59.8%-
HSV(B)323.08º22.67%67.45%-
XYZ31.4927.9835.64-
YUV147.4133.42145.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=37.23%
G=28.79%
B=33.98%

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
Decimal17213315700.230.090.33323.0819.0259.8
HexAC859D017921143133c
Octal25420523502711415032374
Binary101011001000010110011101010111100110000110100001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC859D; }

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

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

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

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

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

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

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

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