#AC7697

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

Shades of Bouquet #AC7697

Tints of Bouquet #AC7697

Color information

#AC7697 (or 0xAC7697) is unknown color: approx Bouquet. HEX triplet: AC, 76 and 97. RGB value is (172,118,151). Sum of RGB (Red+Green+Blue) = 172+118+151=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7697 is #538968. Grayscale: #898989. Windows color (decimal): -5474665 or 9926316. OLE color: 9926316.

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

Color convert

RGB172118151-
CMYK00.310.120.33
HSL323.33º24.55%56.86%-
HSV(B)323.33º31.4%67.45%-
XYZ29.0823.9632.37-
YUV137.91135.39152.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=39.00%
G=26.76%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211815100.310.120.33323.3324.5556.86
HexAC769701FC211431939
Octal25416622703714415033171
Binary10101100111011010010111011111110010000110100001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7697; }

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

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

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

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

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

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

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

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