#AC76A0

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

Shades of Bouquet #AC76A0

Tints of Bouquet #AC76A0

Color information

#AC76A0 (or 0xAC76A0) is unknown color: approx Bouquet. HEX triplet: AC, 76 and A0. RGB value is (172,118,160). Sum of RGB (Red+Green+Blue) = 172+118+160=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC76A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76A0 is #53895F. Grayscale: #8A8A8A. Windows color (decimal): -5474656 or 10516140. OLE color: 10516140.

HSL color Cylindrical-coordinate representation of color #AC76A0: hue angle of 313.33º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC76A0 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB172118160-
CMYK00.310.070.33
HSL313.33º24.55%56.86%-
HSV(B)313.33º31.4%67.45%-
XYZ29.8424.2736.37-
YUV138.93139.89151.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=38.22%
G=26.22%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211816000.310.070.33313.3324.5556.86
HexAC76A001F7211391939
Octal2541662400377414713171
Binary1010110011101101010000001111111110000110011100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76A0; }

 p { color: rgb(172,118,160); }

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

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

 a { background-color: rgb(172,118,160); }

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

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

 span { border-color: rgb(172,118,160); }

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