#AC899B

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

Shades of Bouquet #AC899B

Tints of Bouquet #AC899B

Color information

#AC899B (or 0xAC899B) is unknown color: approx Bouquet. HEX triplet: AC, 89 and 9B. RGB value is (172,137,155). Sum of RGB (Red+Green+Blue) = 172+137+155=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC899B is #537664. Grayscale: #959595. Windows color (decimal): -5469797 or 10193324. OLE color: 10193324.

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

Color convert

RGB172137155-
CMYK00.200.100.33
HSL329.14º17.41%60.59%-
HSV(B)329.14º20.35%67.45%-
XYZ31.8829.0334.93-
YUV149.52131.1144.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=37.07%
G=29.53%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213715500.200.100.33329.1417.4160.59
HexAC899B014A21149113d
Octal25421123302412415112175
Binary101011001000100110011011010100101010000110100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC899B; }

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

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

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

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

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

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

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

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