#AC7291

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

Shades of Bouquet #AC7291

Tints of Bouquet #AC7291

Color information

#AC7291 (or 0xAC7291) is unknown color: approx Bouquet. HEX triplet: AC, 72 and 91. RGB value is (172,114,145). Sum of RGB (Red+Green+Blue) = 172+114+145=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7291 is #538D6E. Grayscale: #868686. Windows color (decimal): -5475695 or 9532076. OLE color: 9532076.

HSL color Cylindrical-coordinate representation of color #AC7291: hue angle of 327.93º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC7291 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB172114145-
CMYK00.340.160.33
HSL327.93º25.89%56.08%-
HSV(B)327.93º33.72%67.45%-
XYZ28.1422.8529.72-
YUV134.88133.72154.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 145 (57.03% from 255) = 33.64%
R=39.91%
G=26.45%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211414500.340.160.33327.9325.8956.08
HexAC729102210211481a38
Octal25416222104220415103270
Binary1010110011100101001000101000101000010000110100100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7291; }

 p { color: rgb(172,114,145); }

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

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

 a { background-color: rgb(172,114,145); }

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

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

 span { border-color: rgb(172,114,145); }

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