#AC7490

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

Shades of Bouquet #AC7490

Tints of Bouquet #AC7490

Color information

#AC7490 (or 0xAC7490) is unknown color: approx Bouquet. HEX triplet: AC, 74 and 90. RGB value is (172,116,144). Sum of RGB (Red+Green+Blue) = 172+116+144=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7490 is #538B6F. Grayscale: #878787. Windows color (decimal): -5475184 or 9467052. OLE color: 9467052.

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

Color convert

RGB172116144-
CMYK00.330.160.33
HSL330º25.23%56.47%-
HSV(B)330º32.56%67.45%-
XYZ28.2923.2829.39-
YUV135.94132.55153.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 144 (56.64% from 255) = 33.33%
R=39.81%
G=26.85%
B=33.33%

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
Decimal17211614400.330.160.3333025.2356.47
HexAC7490021102114a1938
Octal25416422004120415123170
Binary1010110011101001001000001000011000010000110100101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7490; }

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

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

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

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

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

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

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

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