#AA7A99

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

Shades of Bouquet #AA7A99

Tints of Bouquet #AA7A99

Color information

#AA7A99 (or 0xAA7A99) is unknown color: approx Bouquet. HEX triplet: AA, 7A and 99. RGB value is (170,122,153). Sum of RGB (Red+Green+Blue) = 170+122+153=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A99 is #558566. Grayscale: #8B8B8B. Windows color (decimal): -5604711 or 10058410. OLE color: 10058410.

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

Color convert

RGB170122153-
CMYK00.280.10.33
HSL321.25º22.02%57.25%-
HSV(B)321.25º28.24%66.67%-
XYZ29.2924.7733.37-
YUV139.89135.4149.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=38.20%
G=27.42%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012215300.280.10.33321.2522.0257.25
HexAA7A9901CA211411639
Octal25217223103412415012671
Binary10101010111101010011001011100101010000110100000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A99; }

 p { color: rgb(170,122,153); }

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

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

 a { background-color: rgb(170,122,153); }

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

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

 span { border-color: rgb(170,122,153); }

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