#AC8999

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

Shades of Bouquet #AC8999

Tints of Bouquet #AC8999

Color information

#AC8999 (or 0xAC8999) is unknown color: approx Bouquet. HEX triplet: AC, 89 and 99. RGB value is (172,137,153). Sum of RGB (Red+Green+Blue) = 172+137+153=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8999 is #537666. Grayscale: #959595. Windows color (decimal): -5469799 or 10062252. OLE color: 10062252.

HSL color Cylindrical-coordinate representation of color #AC8999: hue angle of 332.57º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8999 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB172137153-
CMYK00.200.110.33
HSL332.57º17.41%60.59%-
HSV(B)332.57º20.35%67.45%-
XYZ31.7128.9634.06-
YUV149.29130.1144.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=37.23%
G=29.65%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213715300.200.110.33332.5717.4160.59
HexAC8999014B2114d113d
Octal25421123102413415152175
Binary101011001000100110011001010100101110000110100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8999; }

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

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

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

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

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

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

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

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