#AC7390

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

Shades of Bouquet #AC7390

Tints of Bouquet #AC7390

Color information

#AC7390 (or 0xAC7390) is unknown color: approx Bouquet. HEX triplet: AC, 73 and 90. RGB value is (172,115,144). Sum of RGB (Red+Green+Blue) = 172+115+144=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7390 is #538C6F. Grayscale: #878787. Windows color (decimal): -5475440 or 9466796. OLE color: 9466796.

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

Color convert

RGB172115144-
CMYK00.330.160.33
HSL329.47º25.56%56.27%-
HSV(B)329.47º33.14%67.45%-
XYZ28.1823.0529.35-
YUV135.35132.88154.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=39.91%
G=26.68%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211514400.330.160.33329.4725.5656.27
HexAC739002110211491a38
Octal25416322004120415113270
Binary1010110011100111001000001000011000010000110100100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7390; }

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

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

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

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

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

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

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

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