#AC889F

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

Shades of Bouquet #AC889F

Tints of Bouquet #AC889F

Color information

#AC889F (or 0xAC889F) is unknown color: approx Bouquet. HEX triplet: AC, 88 and 9F. RGB value is (172,136,159). Sum of RGB (Red+Green+Blue) = 172+136+159=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC889F is #537760. Grayscale: #959595. Windows color (decimal): -5470049 or 10455212. OLE color: 10455212.

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

Color convert

RGB172136159-
CMYK00.210.080.33
HSL321.67º17.82%60.39%-
HSV(B)321.67º20.93%67.45%-
XYZ32.0828.8836.69-
YUV149.39133.43144.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 159 (62.5% from 255) = 34.05%
R=36.83%
G=29.12%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213615900.210.080.33321.6717.8260.39
HexAC889F015821142123c
Octal25421023702510415022274
Binary101011001000100010011111010101100010000110100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC889F; }

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

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

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

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

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

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

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

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