#AC7A97

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

Shades of Bouquet #AC7A97

Tints of Bouquet #AC7A97

Color information

#AC7A97 (or 0xAC7A97) is unknown color: approx Bouquet. HEX triplet: AC, 7A and 97. RGB value is (172,122,151). Sum of RGB (Red+Green+Blue) = 172+122+151=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A97 is #538568. Grayscale: #8C8C8C. Windows color (decimal): -5473641 or 9927340. OLE color: 9927340.

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

Color convert

RGB172122151-
CMYK00.290.120.33
HSL325.2º23.15%57.65%-
HSV(B)325.2º29.07%67.45%-
XYZ29.5624.9232.53-
YUV140.26134.06150.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 151 (59.38% from 255) = 33.93%
R=38.65%
G=27.42%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212215100.290.120.33325.223.1557.65
HexAC7A9701DC21145173a
Octal25417222703514415052772
Binary10101100111101010010111011101110010000110100010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A97; }

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

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

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

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

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

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

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

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