#AC879B

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

Shades of Bouquet #AC879B

Tints of Bouquet #AC879B

Color information

#AC879B (or 0xAC879B) is unknown color: approx Bouquet. HEX triplet: AC, 87 and 9B. RGB value is (172,135,155). Sum of RGB (Red+Green+Blue) = 172+135+155=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC879B is #537864. Grayscale: #949494. Windows color (decimal): -5470309 or 10192812. OLE color: 10192812.

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

Color convert

RGB172135155-
CMYK00.220.100.33
HSL327.57º18.23%60.2%-
HSV(B)327.57º21.51%67.45%-
XYZ31.5928.4734.84-
YUV148.34131.76144.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=37.23%
G=29.22%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213515500.220.100.33327.5718.2360.2
HexAC879B016A21148123c
Octal25420723302612415102274
Binary101011001000011110011011010110101010000110100100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC879B; }

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

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

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

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

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

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

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

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