#AC8697

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

Shades of Bouquet #AC8697

Tints of Bouquet #AC8697

Color information

#AC8697 (or 0xAC8697) is unknown color: approx Bouquet. HEX triplet: AC, 86 and 97. RGB value is (172,134,151). Sum of RGB (Red+Green+Blue) = 172+134+151=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8697 is #537968. Grayscale: #939393. Windows color (decimal): -5470569 or 9930412. OLE color: 9930412.

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

Color convert

RGB172134151-
CMYK00.220.120.33
HSL333.16º18.63%60%-
HSV(B)333.16º22.09%67.45%-
XYZ31.1228.0633.05-
YUV147.3130.09145.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=37.64%
G=29.32%
B=33.04%

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
Decimal17213415100.220.120.33333.1618.6360
HexAC8697016C2114d133c
Octal25420622702614415152374
Binary101011001000011010010111010110110010000110100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8697; }

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

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

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

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

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

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

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

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