#AA7290

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

Shades of Bouquet #AA7290

Tints of Bouquet #AA7290

Color information

#AA7290 (or 0xAA7290) is unknown color: approx Bouquet. HEX triplet: AA, 72 and 90. RGB value is (170,114,144). Sum of RGB (Red+Green+Blue) = 170+114+144=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7290 is #558D6F. Grayscale: #868686. Windows color (decimal): -5606768 or 9466538. OLE color: 9466538.

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

Color convert

RGB170114144-
CMYK00.330.150.33
HSL327.86º24.78%55.69%-
HSV(B)327.86º32.94%66.67%-
XYZ27.6322.5929.29-
YUV134.16133.55153.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 144 (56.64% from 255) = 33.64%
R=39.72%
G=26.64%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011414400.330.150.33327.8624.7855.69
HexAA7290021F211481938
Octal25216222004117415103170
Binary101010101110010100100000100001111110000110100100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7290; }

 p { color: rgb(170,114,144); }

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

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

 a { background-color: rgb(170,114,144); }

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

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

 span { border-color: rgb(170,114,144); }

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