#AC76A1

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

Shades of Bouquet #AC76A1

Tints of Bouquet #AC76A1

Color information

#AC76A1 (or 0xAC76A1) is unknown color: approx Bouquet. HEX triplet: AC, 76 and A1. RGB value is (172,118,161). Sum of RGB (Red+Green+Blue) = 172+118+161=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC76A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76A1 is #53895E. Grayscale: #8A8A8A. Windows color (decimal): -5474655 or 10581676. OLE color: 10581676.

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

Color convert

RGB172118161-
CMYK00.310.060.33
HSL312.22º24.55%56.86%-
HSV(B)312.22º31.4%67.45%-
XYZ29.9224.336.83-
YUV139.05140.39151.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=38.14%
G=26.16%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211816100.310.060.33312.2224.5556.86
HexAC76A101F6211381939
Octal2541662410376414703171
Binary1010110011101101010000101111111010000110011100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76A1; }

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

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

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

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

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

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

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

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