#AC779F

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

Shades of Bouquet #AC779F

Tints of Bouquet #AC779F

Color information

#AC779F (or 0xAC779F) is unknown color: approx Bouquet. HEX triplet: AC, 77 and 9F. RGB value is (172,119,159). Sum of RGB (Red+Green+Blue) = 172+119+159=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC779F is #538860. Grayscale: #8B8B8B. Windows color (decimal): -5474401 or 10450860. OLE color: 10450860.

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

Color convert

RGB172119159-
CMYK00.310.080.33
HSL314.72º24.2%57.06%-
HSV(B)314.72º30.81%67.45%-
XYZ29.8724.4735.95-
YUV139.41139.06151.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=38.22%
G=26.44%
B=35.33%

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
Decimal17211915900.310.080.33314.7224.257.06
HexAC779F01F82113b1839
Octal25416723703710414733071
Binary10101100111011110011111011111100010000110011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC779F; }

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

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

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

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

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

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

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

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