#AA7F99

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

Shades of Bouquet #AA7F99

Tints of Bouquet #AA7F99

Color information

#AA7F99 (or 0xAA7F99) is unknown color: approx Bouquet. HEX triplet: AA, 7F and 99. RGB value is (170,127,153). Sum of RGB (Red+Green+Blue) = 170+127+153=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F99 is #558066. Grayscale: #8E8E8E. Windows color (decimal): -5603431 or 10059690. OLE color: 10059690.

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

Color convert

RGB170127153-
CMYK00.250.10.33
HSL323.72º20.19%58.24%-
HSV(B)323.72º25.29%66.67%-
XYZ29.9226.0233.58-
YUV142.82133.75147.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 153 (60.16% from 255) = 34%
R=37.78%
G=28.22%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012715300.250.10.33323.7220.1958.24
HexAA7F99019A21144143a
Octal25217723103112415042472
Binary10101010111111110011001011001101010000110100010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F99; }

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

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

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

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

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

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

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

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