#AC7296

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

Shades of Bouquet #AC7296

Tints of Bouquet #AC7296

Color information

#AC7296 (or 0xAC7296) is unknown color: approx Bouquet. HEX triplet: AC, 72 and 96. RGB value is (172,114,150). Sum of RGB (Red+Green+Blue) = 172+114+150=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7296 is #538D69. Grayscale: #878787. Windows color (decimal): -5475690 or 9859756. OLE color: 9859756.

HSL color Cylindrical-coordinate representation of color #AC7296: hue angle of 322.76º 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 #AC7296 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB172114150-
CMYK00.340.130.33
HSL322.76º25.89%56.08%-
HSV(B)322.76º33.72%67.45%-
XYZ28.5423.0131.79-
YUV135.45136.22154.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=39.45%
G=26.15%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211415000.340.130.33322.7625.8956.08
HexAC7296022D211431a38
Octal25416222604215415033270
Binary101011001110010100101100100010110110000110100001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7296; }

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

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

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

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

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

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

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

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