#AC7090

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

Shades of Bouquet #AC7090

Tints of Bouquet #AC7090

Color information

#AC7090 (or 0xAC7090) is unknown color: approx Bouquet. HEX triplet: AC, 70 and 90. RGB value is (172,112,144). Sum of RGB (Red+Green+Blue) = 172+112+144=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7090 is #538F6F. Grayscale: #858585. Windows color (decimal): -5476208 or 9466028. OLE color: 9466028.

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

Color convert

RGB172112144-
CMYK00.350.160.33
HSL328º26.55%55.69%-
HSV(B)328º34.88%67.45%-
XYZ27.8422.3729.24-
YUV133.59133.88155.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 144 (56.64% from 255) = 33.64%
R=40.19%
G=26.17%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211214400.350.160.3332826.5555.69
HexAC709002310211481b38
Octal25416022004320415103370
Binary1010110011100001001000001000111000010000110100100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7090; }

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

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

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

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

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

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

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

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