#AC7997

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

Shades of Bouquet #AC7997

Tints of Bouquet #AC7997

Color information

#AC7997 (or 0xAC7997) is unknown color: approx Bouquet. HEX triplet: AC, 79 and 97. RGB value is (172,121,151). Sum of RGB (Red+Green+Blue) = 172+121+151=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7997 is #538668. Grayscale: #8B8B8B. Windows color (decimal): -5473897 or 9927084. OLE color: 9927084.

HSL color Cylindrical-coordinate representation of color #AC7997: hue angle of 324.71º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7997 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB172121151-
CMYK00.300.120.33
HSL324.71º23.5%57.45%-
HSV(B)324.71º29.65%67.45%-
XYZ29.4424.6832.49-
YUV139.67134.4151.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 151 (59.38% from 255) = 34.01%
R=38.74%
G=27.25%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212115100.300.120.33324.7123.557.45
HexAC799701EC211451839
Octal25417122703614415053071
Binary10101100111100110010111011110110010000110100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7997; }

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

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

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

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

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

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

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

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