#AC759F

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

Shades of Bouquet #AC759F

Tints of Bouquet #AC759F

Color information

#AC759F (or 0xAC759F) is unknown color: approx Bouquet. HEX triplet: AC, 75 and 9F. RGB value is (172,117,159). Sum of RGB (Red+Green+Blue) = 172+117+159=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC759F is #538A60. Grayscale: #8A8A8A. Windows color (decimal): -5474913 or 10450348. OLE color: 10450348.

HSL color Cylindrical-coordinate representation of color #AC759F: hue angle of 314.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC759F is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172117159-
CMYK00.320.080.33
HSL314.18º24.89%56.67%-
HSV(B)314.18º31.98%67.45%-
XYZ29.632435.87-
YUV138.23139.72152.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=38.39%
G=26.12%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211715900.320.080.33314.1824.8956.67
HexAC759F02082113a1939
Octal25416523704010414723171
Binary101011001110101100111110100000100010000110011101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC759F; }

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

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

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

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

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

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

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

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