#AC7F96

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

Shades of Bouquet #AC7F96

Tints of Bouquet #AC7F96

Color information

#AC7F96 (or 0xAC7F96) is unknown color: approx Bouquet. HEX triplet: AC, 7F and 96. RGB value is (172,127,150). Sum of RGB (Red+Green+Blue) = 172+127+150=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F96 is #538069. Grayscale: #8F8F8F. Windows color (decimal): -5472362 or 9863084. OLE color: 9863084.

HSL color Cylindrical-coordinate representation of color #AC7F96: hue angle of 329.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC7F96 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB172127150-
CMYK00.260.130.33
HSL329.33º21.33%58.63%-
HSV(B)329.33º26.16%67.45%-
XYZ30.1126.1532.32-
YUV143.08131.91148.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=38.31%
G=28.29%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212715000.260.130.33329.3321.3358.63
HexAC7F9601AD21149153b
Octal25417722603215415112573
Binary10101100111111110010110011010110110000110100100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F96; }

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

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

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

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

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

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

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

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