#AC779E

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

Shades of Bouquet #AC779E

Tints of Bouquet #AC779E

Color information

#AC779E (or 0xAC779E) is unknown color: approx Bouquet. HEX triplet: AC, 77 and 9E. RGB value is (172,119,158). Sum of RGB (Red+Green+Blue) = 172+119+158=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC779E is #538861. Grayscale: #8B8B8B. Windows color (decimal): -5474402 or 10385324. OLE color: 10385324.

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

Color convert

RGB172119158-
CMYK00.310.080.33
HSL315.85º24.2%57.06%-
HSV(B)315.85º30.81%67.45%-
XYZ29.7824.4335.49-
YUV139.29138.56151.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=38.31%
G=26.50%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211915800.310.080.33315.8524.257.06
HexAC779E01F82113c1839
Octal25416723603710414743071
Binary10101100111011110011110011111100010000110011110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC779E; }

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

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

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

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

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

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

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

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