#AC77A1

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

Shades of Bouquet #AC77A1

Tints of Bouquet #AC77A1

Color information

#AC77A1 (or 0xAC77A1) is unknown color: approx Bouquet. HEX triplet: AC, 77 and A1. RGB value is (172,119,161). Sum of RGB (Red+Green+Blue) = 172+119+161=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC77A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77A1 is #53885E. Grayscale: #8B8B8B. Windows color (decimal): -5474399 or 10581932. OLE color: 10581932.

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

Color convert

RGB172119161-
CMYK00.310.060.33
HSL312.45º24.2%57.06%-
HSV(B)312.45º30.81%67.45%-
XYZ30.0424.5436.87-
YUV139.64140.06151.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 161 (63.28% from 255) = 35.62%
R=38.05%
G=26.33%
B=35.62%

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
Decimal17211916100.310.060.33312.4524.257.06
HexAC77A101F6211381839
Octal2541672410376414703071
Binary1010110011101111010000101111111010000110011100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77A1; }

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

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

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

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

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

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

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

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