#AA7990

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

Shades of Bouquet #AA7990

Tints of Bouquet #AA7990

Color information

#AA7990 (or 0xAA7990) is unknown color: approx Bouquet. HEX triplet: AA, 79 and 90. RGB value is (170,121,144). Sum of RGB (Red+Green+Blue) = 170+121+144=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7990 is #55866F. Grayscale: #8A8A8A. Windows color (decimal): -5604976 or 9468330. OLE color: 9468330.

HSL color Cylindrical-coordinate representation of color #AA7990: hue angle of 331.84º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7990 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB170121144-
CMYK00.290.150.33
HSL331.84º22.37%57.06%-
HSV(B)331.84º28.82%66.67%-
XYZ28.4524.2329.56-
YUV138.27131.23150.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=39.08%
G=27.82%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012114400.290.150.33331.8422.3757.06
HexAA799001DF2114c1639
Octal25217122003517415142671
Binary10101010111100110010000011101111110000110100110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7990; }

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

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

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

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

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

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

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

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