#AC7297

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

Shades of Bouquet #AC7297

Tints of Bouquet #AC7297

Color information

#AC7297 (or 0xAC7297) is unknown color: approx Bouquet. HEX triplet: AC, 72 and 97. RGB value is (172,114,151). Sum of RGB (Red+Green+Blue) = 172+114+151=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7297 is #538D68. Grayscale: #878787. Windows color (decimal): -5475689 or 9925292. OLE color: 9925292.

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

Color convert

RGB172114151-
CMYK00.340.120.33
HSL321.72º25.89%56.08%-
HSV(B)321.72º33.72%67.45%-
XYZ28.6223.0432.22-
YUV135.56136.72153.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 151 (59.38% from 255) = 34.55%
R=39.36%
G=26.09%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211415100.340.120.33321.7225.8956.08
HexAC7297022C211421a38
Octal25416222704214415023270
Binary101011001110010100101110100010110010000110100001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7297; }

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

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

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

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

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

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

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

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