#AC8897

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

Shades of Bouquet #AC8897

Tints of Bouquet #AC8897

Color information

#AC8897 (or 0xAC8897) is unknown color: approx Bouquet. HEX triplet: AC, 88 and 97. RGB value is (172,136,151). Sum of RGB (Red+Green+Blue) = 172+136+151=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8897 is #537768. Grayscale: #949494. Windows color (decimal): -5470057 or 9930924. OLE color: 9930924.

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

Color convert

RGB172136151-
CMYK00.210.120.33
HSL335º17.82%60.39%-
HSV(B)335º20.93%67.45%-
XYZ31.428.6133.15-
YUV148.47129.43144.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=37.47%
G=29.63%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213615100.210.120.3333517.8260.39
HexAC8897015C2114f123c
Octal25421022702514415172274
Binary101011001000100010010111010101110010000110100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8897; }

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

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

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

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

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

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

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

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