#AC7E91

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

Shades of Bouquet #AC7E91

Tints of Bouquet #AC7E91

Color information

#AC7E91 (or 0xAC7E91) is unknown color: approx Bouquet. HEX triplet: AC, 7E and 91. RGB value is (172,126,145). Sum of RGB (Red+Green+Blue) = 172+126+145=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7E91 is #53816E. Grayscale: #8D8D8D. Windows color (decimal): -5472623 or 9535148. OLE color: 9535148.

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

Color convert

RGB172126145-
CMYK00.270.160.33
HSL335.22º21.7%58.43%-
HSV(B)335.22º26.74%67.45%-
XYZ29.5825.7430.2-
YUV141.92129.74149.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 145 (57.03% from 255) = 32.73%
R=38.83%
G=28.44%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212614500.270.160.33335.2221.758.43
HexAC7E9101B102114f163a
Octal25417622103320415172672
Binary101011001111110100100010110111000010000110100111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E91; }

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

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

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

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

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

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

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

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