#AC7295

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

Shades of Bouquet #AC7295

Tints of Bouquet #AC7295

Color information

#AC7295 (or 0xAC7295) is unknown color: approx Bouquet. HEX triplet: AC, 72 and 95. RGB value is (172,114,149). Sum of RGB (Red+Green+Blue) = 172+114+149=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7295 is #538D6A. Grayscale: #878787. Windows color (decimal): -5475691 or 9794220. OLE color: 9794220.

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

Color convert

RGB172114149-
CMYK00.340.130.33
HSL323.79º25.89%56.08%-
HSV(B)323.79º33.72%67.45%-
XYZ28.4622.9831.37-
YUV135.33135.72154.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=39.54%
G=26.21%
B=34.25%

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
Decimal17211414900.340.130.33323.7925.8956.08
HexAC7295022D211441a38
Octal25416222504215415043270
Binary101011001110010100101010100010110110000110100010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7295; }

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

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

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

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

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

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

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

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