#AC8997

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

Shades of Bouquet #AC8997

Tints of Bouquet #AC8997

Color information

#AC8997 (or 0xAC8997) is unknown color: approx Bouquet. HEX triplet: AC, 89 and 97. RGB value is (172,137,151). Sum of RGB (Red+Green+Blue) = 172+137+151=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8997 is #537668. Grayscale: #959595. Windows color (decimal): -5469801 or 9931180. OLE color: 9931180.

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

Color convert

RGB172137151-
CMYK00.200.120.33
HSL336º17.41%60.59%-
HSV(B)336º20.35%67.45%-
XYZ31.5428.933.19-
YUV149.06129.1144.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 151 (59.38% from 255) = 32.83%
R=37.39%
G=29.78%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213715100.200.120.3333617.4160.59
HexAC8997014C21150113d
Octal25421122702414415202175
Binary101011001000100110010111010100110010000110101000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8997; }

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

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

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

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

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

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

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

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