#AA7991

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

Shades of Bouquet #AA7991

Tints of Bouquet #AA7991

Color information

#AA7991 (or 0xAA7991) is unknown color: approx Bouquet. HEX triplet: AA, 79 and 91. RGB value is (170,121,145). Sum of RGB (Red+Green+Blue) = 170+121+145=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7991 is #55866E. Grayscale: #8A8A8A. Windows color (decimal): -5604975 or 9533866. OLE color: 9533866.

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

Color convert

RGB170121145-
CMYK00.290.150.33
HSL330.61º22.37%57.06%-
HSV(B)330.61º28.82%66.67%-
XYZ28.5324.2729.97-
YUV138.39131.73150.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=38.99%
G=27.75%
B=33.26%

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
Decimal17012114500.290.150.33330.6122.3757.06
HexAA799101DF2114b1639
Octal25217122103517415132671
Binary10101010111100110010001011101111110000110100101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7991; }

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

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

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

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

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

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

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

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