#AC879F

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

Shades of Bouquet #AC879F

Tints of Bouquet #AC879F

Color information

#AC879F (or 0xAC879F) is unknown color: approx Bouquet. HEX triplet: AC, 87 and 9F. RGB value is (172,135,159). Sum of RGB (Red+Green+Blue) = 172+135+159=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC879F is #537860. Grayscale: #949494. Windows color (decimal): -5470305 or 10454956. OLE color: 10454956.

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

Color convert

RGB172135159-
CMYK00.220.080.33
HSL321.08º18.23%60.2%-
HSV(B)321.08º21.51%67.45%-
XYZ31.9428.636.64-
YUV148.8133.76144.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=36.91%
G=28.97%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213515900.220.080.33321.0818.2360.2
HexAC879F016821141123c
Octal25420723702610415012274
Binary101011001000011110011111010110100010000110100000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC879F; }

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

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

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

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

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

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

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

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