#AC7B91

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

Shades of Bouquet #AC7B91

Tints of Bouquet #AC7B91

Color information

#AC7B91 (or 0xAC7B91) is unknown color: approx Bouquet. HEX triplet: AC, 7B and 91. RGB value is (172,123,145). Sum of RGB (Red+Green+Blue) = 172+123+145=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B91 is #53846E. Grayscale: #8C8C8C. Windows color (decimal): -5473391 or 9534380. OLE color: 9534380.

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

Color convert

RGB172123145-
CMYK00.280.160.33
HSL333.06º22.79%57.84%-
HSV(B)333.06º28.49%67.45%-
XYZ29.2124.9830.07-
YUV140.16130.73150.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=39.09%
G=27.95%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212314500.280.160.33333.0622.7957.84
HexAC7B9101C102114d173a
Octal25417322103420415152772
Binary101011001111011100100010111001000010000110100110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B91; }

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

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

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

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

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

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

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

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