#AC879C

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

Shades of Bouquet #AC879C

Tints of Bouquet #AC879C

Color information

#AC879C (or 0xAC879C) is unknown color: approx Bouquet. HEX triplet: AC, 87 and 9C. RGB value is (172,135,156). Sum of RGB (Red+Green+Blue) = 172+135+156=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC879C is #537863. Grayscale: #949494. Windows color (decimal): -5470308 or 10258348. OLE color: 10258348.

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

Color convert

RGB172135156-
CMYK00.220.090.33
HSL325.95º18.23%60.2%-
HSV(B)325.95º21.51%67.45%-
XYZ31.6828.535.28-
YUV148.46132.26144.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=37.15%
G=29.16%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213515600.220.090.33325.9518.2360.2
HexAC879C016921146123c
Octal25420723402611415062274
Binary101011001000011110011100010110100110000110100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC879C; }

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

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

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

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

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

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

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

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