#AC7690

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

Shades of Bouquet #AC7690

Tints of Bouquet #AC7690

Color information

#AC7690 (or 0xAC7690) is unknown color: approx Bouquet. HEX triplet: AC, 76 and 90. RGB value is (172,118,144). Sum of RGB (Red+Green+Blue) = 172+118+144=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7690 is #53896F. Grayscale: #898989. Windows color (decimal): -5474672 or 9467564. OLE color: 9467564.

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

Color convert

RGB172118144-
CMYK00.310.160.33
HSL331.11º24.55%56.86%-
HSV(B)331.11º31.4%67.45%-
XYZ28.5323.7429.46-
YUV137.11131.89152.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=39.63%
G=27.19%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211814400.310.160.33331.1124.5556.86
HexAC769001F102114b1939
Octal25416622003720415133171
Binary101011001110110100100000111111000010000110100101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7690; }

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

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

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

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

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

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

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

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