#AC7692

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

Shades of Bouquet #AC7692

Tints of Bouquet #AC7692

Color information

#AC7692 (or 0xAC7692) is unknown color: approx Bouquet. HEX triplet: AC, 76 and 92. RGB value is (172,118,146). Sum of RGB (Red+Green+Blue) = 172+118+146=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7692 is #53896D. Grayscale: #898989. Windows color (decimal): -5474670 or 9598636. OLE color: 9598636.

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

Color convert

RGB172118146-
CMYK00.310.150.33
HSL328.89º24.55%56.86%-
HSV(B)328.89º31.4%67.45%-
XYZ28.6823.830.28-
YUV137.34132.89152.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=39.45%
G=27.06%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211814600.310.150.33328.8924.5556.86
HexAC769201FF211491939
Octal25416622203717415113171
Binary10101100111011010010010011111111110000110100100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7692; }

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

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

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

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

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

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

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

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