#AC77A4

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

Shades of Bouquet #AC77A4

Tints of Bouquet #AC77A4

Color information

#AC77A4 (or 0xAC77A4) is unknown color: approx Bouquet. HEX triplet: AC, 77 and A4. RGB value is (172,119,164). Sum of RGB (Red+Green+Blue) = 172+119+164=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC77A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC77A4 is #53885B. Grayscale: #8B8B8B. Windows color (decimal): -5474396 or 10778540. OLE color: 10778540.

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

Color convert

RGB172119164-
CMYK00.310.050.33
HSL309.06º24.2%57.06%-
HSV(B)309.06º30.81%67.45%-
XYZ30.3124.6438.28-
YUV139.98141.56150.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 164 (64.45% from 255) = 36.04%
R=37.80%
G=26.15%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211916400.310.050.33309.0624.257.06
HexAC77A401F5211351839
Octal2541672440375414653071
Binary1010110011101111010010001111110110000110011010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC77A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC77A4; }

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

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

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

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

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

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

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

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