#AA8199

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

Shades of Bouquet #AA8199

Tints of Bouquet #AA8199

Color information

#AA8199 (or 0xAA8199) is unknown color: approx Bouquet. HEX triplet: AA, 81 and 99. RGB value is (170,129,153). Sum of RGB (Red+Green+Blue) = 170+129+153=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8199 is #557E66. Grayscale: #8F8F8F. Windows color (decimal): -5602919 or 10060202. OLE color: 10060202.

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

Color convert

RGB170129153-
CMYK00.240.10.33
HSL324.88º19.43%58.63%-
HSV(B)324.88º24.12%66.67%-
XYZ30.1826.5533.67-
YUV144133.08146.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=37.61%
G=28.54%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012915300.240.10.33324.8819.4358.63
HexAA8199018A21145133b
Octal25220123103012415052373
Binary101010101000000110011001011000101010000110100010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8199; }

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

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

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

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

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

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

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

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