#AA8799

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

Shades of Bouquet #AA8799

Tints of Bouquet #AA8799

Color information

#AA8799 (or 0xAA8799) is unknown color: approx Bouquet. HEX triplet: AA, 87 and 99. RGB value is (170,135,153). Sum of RGB (Red+Green+Blue) = 170+135+153=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8799 is #557866. Grayscale: #939393. Windows color (decimal): -5601383 or 10061738. OLE color: 10061738.

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

Color convert

RGB170135153-
CMYK00.210.10.33
HSL329.14º17.07%59.8%-
HSV(B)329.14º20.59%66.67%-
XYZ30.9928.1733.94-
YUV147.52131.1144.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=37.12%
G=29.48%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013515300.210.10.33329.1417.0759.8
HexAA8799015A21149113c
Octal25220723102512415112174
Binary101010101000011110011001010101101010000110100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8799; }

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

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

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

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

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

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

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

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