#AC759A

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

Shades of Bouquet #AC759A

Tints of Bouquet #AC759A

Color information

#AC759A (or 0xAC759A) is unknown color: approx Bouquet. HEX triplet: AC, 75 and 9A. RGB value is (172,117,154). Sum of RGB (Red+Green+Blue) = 172+117+154=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC759A is #538A65. Grayscale: #898989. Windows color (decimal): -5474918 or 10122668. OLE color: 10122668.

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

Color convert

RGB172117154-
CMYK00.320.100.33
HSL319.64º24.89%56.67%-
HSV(B)319.64º31.98%67.45%-
XYZ29.2123.8333.63-
YUV137.66137.22152.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=38.83%
G=26.41%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211715400.320.100.33319.6424.8956.67
HexAC759A020A211401939
Octal25416523204012415003171
Binary101011001110101100110100100000101010000110100000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC759A; }

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

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

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

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

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

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

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

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