#AC739F

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

Shades of Bouquet #AC739F

Tints of Bouquet #AC739F

Color information

#AC739F (or 0xAC739F) is unknown color: approx Bouquet. HEX triplet: AC, 73 and 9F. RGB value is (172,115,159). Sum of RGB (Red+Green+Blue) = 172+115+159=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC739F is #538C60. Grayscale: #888888. Windows color (decimal): -5475425 or 10449836. OLE color: 10449836.

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

Color convert

RGB172115159-
CMYK00.330.080.33
HSL313.68º25.56%56.27%-
HSV(B)313.68º33.14%67.45%-
XYZ29.423.5435.79-
YUV137.06140.38152.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=38.57%
G=25.78%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211515900.330.080.33313.6825.5656.27
HexAC739F02182113a1a38
Octal25416323704110414723270
Binary101011001110011100111110100001100010000110011101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC739F; }

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

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

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

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

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

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

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

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