#AC8899

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

Shades of Bouquet #AC8899

Tints of Bouquet #AC8899

Color information

#AC8899 (or 0xAC8899) is unknown color: approx Bouquet. HEX triplet: AC, 88 and 99. RGB value is (172,136,153). Sum of RGB (Red+Green+Blue) = 172+136+153=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8899 is #537766. Grayscale: #949494. Windows color (decimal): -5470055 or 10061996. OLE color: 10061996.

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

Color convert

RGB172136153-
CMYK00.210.110.33
HSL331.67º17.82%60.39%-
HSV(B)331.67º20.93%67.45%-
XYZ31.5728.6834.01-
YUV148.7130.43144.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=37.31%
G=29.50%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213615300.210.110.33331.6717.8260.39
HexAC8899015B2114c123c
Octal25421023102513415142274
Binary101011001000100010011001010101101110000110100110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8899; }

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

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

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

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

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

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

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

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