#AC889C

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

Shades of Bouquet #AC889C

Tints of Bouquet #AC889C

Color information

#AC889C (or 0xAC889C) is unknown color: approx Bouquet. HEX triplet: AC, 88 and 9C. RGB value is (172,136,156). Sum of RGB (Red+Green+Blue) = 172+136+156=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC889C is #537763. Grayscale: #959595. Windows color (decimal): -5470052 or 10258604. OLE color: 10258604.

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

Color convert

RGB172136156-
CMYK00.210.090.33
HSL326.67º17.82%60.39%-
HSV(B)326.67º20.93%67.45%-
XYZ31.8228.7835.33-
YUV149.04131.93144.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=37.07%
G=29.31%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213615600.210.090.33326.6717.8260.39
HexAC889C015921147123c
Octal25421023402511415072274
Binary101011001000100010011100010101100110000110100011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC889C; }

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

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

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

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

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

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

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

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