#AC8797

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

Shades of Bouquet #AC8797

Tints of Bouquet #AC8797

Color information

#AC8797 (or 0xAC8797) is unknown color: approx Bouquet. HEX triplet: AC, 87 and 97. RGB value is (172,135,151). Sum of RGB (Red+Green+Blue) = 172+135+151=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8797 is #537868. Grayscale: #939393. Windows color (decimal): -5470313 or 9930668. OLE color: 9930668.

HSL color Cylindrical-coordinate representation of color #AC8797: hue angle of 334.05º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC8797 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB172135151-
CMYK00.220.120.33
HSL334.05º18.23%60.2%-
HSV(B)334.05º21.51%67.45%-
XYZ31.2628.3333.1-
YUV147.89129.76145.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 151 (59.38% from 255) = 32.97%
R=37.55%
G=29.48%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213515100.220.120.33334.0518.2360.2
HexAC8797016C2114e123c
Octal25420722702614415162274
Binary101011001000011110010111010110110010000110100111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8797; }

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

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

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

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

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

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

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

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