#AC889B

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

Shades of Bouquet #AC889B

Tints of Bouquet #AC889B

Color information

#AC889B (or 0xAC889B) is unknown color: approx Bouquet. HEX triplet: AC, 88 and 9B. RGB value is (172,136,155). Sum of RGB (Red+Green+Blue) = 172+136+155=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC889B is #537764. Grayscale: #949494. Windows color (decimal): -5470053 or 10193068. OLE color: 10193068.

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

Color convert

RGB172136155-
CMYK00.210.100.33
HSL328.33º17.82%60.39%-
HSV(B)328.33º20.93%67.45%-
XYZ31.7328.7534.89-
YUV148.93131.43144.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=37.15%
G=29.37%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213615500.210.100.33328.3317.8260.39
HexAC889B015A21148123c
Octal25421023302512415102274
Binary101011001000100010011011010101101010000110100100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC889B; }

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

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

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

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

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

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

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

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