#AC7699

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

Shades of Bouquet #AC7699

Tints of Bouquet #AC7699

Color information

#AC7699 (or 0xAC7699) is unknown color: approx Bouquet. HEX triplet: AC, 76 and 99. RGB value is (172,118,153). Sum of RGB (Red+Green+Blue) = 172+118+153=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7699 is #538966. Grayscale: #8A8A8A. Windows color (decimal): -5474663 or 10057388. OLE color: 10057388.

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

Color convert

RGB172118153-
CMYK00.310.110.33
HSL321.11º24.55%56.86%-
HSV(B)321.11º31.4%67.45%-
XYZ29.2424.0333.23-
YUV138.14136.39152.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=38.83%
G=26.64%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211815300.310.110.33321.1124.5556.86
HexAC769901FB211411939
Octal25416623103713415013171
Binary10101100111011010011001011111101110000110100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7699; }

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

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

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

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

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

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

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

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