#AC7695

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

Shades of Bouquet #AC7695

Tints of Bouquet #AC7695

Color information

#AC7695 (or 0xAC7695) is unknown color: approx Bouquet. HEX triplet: AC, 76 and 95. RGB value is (172,118,149). Sum of RGB (Red+Green+Blue) = 172+118+149=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7695 is #53896A. Grayscale: #898989. Windows color (decimal): -5474667 or 9795244. OLE color: 9795244.

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

Color convert

RGB172118149-
CMYK00.310.130.33
HSL325.56º24.55%56.86%-
HSV(B)325.56º31.4%67.45%-
XYZ28.9223.931.52-
YUV137.68134.39152.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=39.18%
G=26.88%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211814900.310.130.33325.5624.5556.86
HexAC769501FD211461939
Octal25416622503715415063171
Binary10101100111011010010101011111110110000110100011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7695; }

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

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

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

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

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

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

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

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