#AC6D91

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

Shades of Bouquet #AC6D91

Tints of Bouquet #AC6D91

Color information

#AC6D91 (or 0xAC6D91) is unknown color: approx Bouquet. HEX triplet: AC, 6D and 91. RGB value is (172,109,145). Sum of RGB (Red+Green+Blue) = 172+109+145=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D91 is #53926E. Grayscale: #838383. Windows color (decimal): -5476975 or 9530796. OLE color: 9530796.

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

Color convert

RGB172109145-
CMYK00.370.160.33
HSL325.71º27.51%55.1%-
HSV(B)325.71º36.63%67.45%-
XYZ27.5921.7529.53-
YUV131.94135.37156.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 109 (42.97% from 255) = 25.59%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=40.38%
G=25.59%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210914500.370.160.33325.7127.5155.1
HexAC6D9102510211461c37
Octal25415522104520415063467
Binary1010110011011011001000101001011000010000110100011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D91; }

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

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

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

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

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

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

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

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