#AC7096

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

Shades of Bouquet #AC7096

Tints of Bouquet #AC7096

Color information

#AC7096 (or 0xAC7096) is unknown color: approx Bouquet. HEX triplet: AC, 70 and 96. RGB value is (172,112,150). Sum of RGB (Red+Green+Blue) = 172+112+150=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7096 is #538F69. Grayscale: #868686. Windows color (decimal): -5476202 or 9859244. OLE color: 9859244.

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

Color convert

RGB172112150-
CMYK00.350.130.33
HSL322º26.55%55.69%-
HSV(B)322º34.88%67.45%-
XYZ28.3122.5631.72-
YUV134.27136.88154.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 112 (44.14% from 255) = 25.81%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=39.63%
G=25.81%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211215000.350.130.3332226.5555.69
HexAC7096023D211421b38
Octal25416022604315415023370
Binary101011001110000100101100100011110110000110100001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7096; }

 p { color: rgb(172,112,150); }

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

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

 a { background-color: rgb(172,112,150); }

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

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

 span { border-color: rgb(172,112,150); }

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