#AC77A0

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

Shades of Bouquet #AC77A0

Tints of Bouquet #AC77A0

Color information

#AC77A0 (or 0xAC77A0) is unknown color: approx Bouquet. HEX triplet: AC, 77 and A0. RGB value is (172,119,160). Sum of RGB (Red+Green+Blue) = 172+119+160=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC77A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77A0 is #53885F. Grayscale: #8B8B8B. Windows color (decimal): -5474400 or 10516396. OLE color: 10516396.

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

Color convert

RGB172119160-
CMYK00.310.070.33
HSL313.58º24.2%57.06%-
HSV(B)313.58º30.81%67.45%-
XYZ29.9624.536.41-
YUV139.52139.56151.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=38.14%
G=26.39%
B=35.48%

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
Decimal17211916000.310.070.33313.5824.257.06
HexAC77A001F72113a1839
Octal2541672400377414723071
Binary1010110011101111010000001111111110000110011101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77A0; }

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

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

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

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

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

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

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

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