#AC879E

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

Shades of Bouquet #AC879E

Tints of Bouquet #AC879E

Color information

#AC879E (or 0xAC879E) is unknown color: approx Bouquet. HEX triplet: AC, 87 and 9E. RGB value is (172,135,158). Sum of RGB (Red+Green+Blue) = 172+135+158=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC879E is #537861. Grayscale: #949494. Windows color (decimal): -5470306 or 10389420. OLE color: 10389420.

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

Color convert

RGB172135158-
CMYK00.220.080.33
HSL322.7º18.23%60.2%-
HSV(B)322.7º21.51%67.45%-
XYZ31.8528.5736.18-
YUV148.68133.26144.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 135 (53.12% from 255) = 29.03%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=36.99%
G=29.03%
B=33.98%

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
Decimal17213515800.220.080.33322.718.2360.2
HexAC879E016821143123c
Octal25420723602610415032274
Binary101011001000011110011110010110100010000110100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC879E; }

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

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

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

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

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

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

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

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