#AA8099

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

Shades of Bouquet #AA8099

Tints of Bouquet #AA8099

Color information

#AA8099 (or 0xAA8099) is unknown color: approx Bouquet. HEX triplet: AA, 80 and 99. RGB value is (170,128,153). Sum of RGB (Red+Green+Blue) = 170+128+153=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8099 is #557F66. Grayscale: #8F8F8F. Windows color (decimal): -5603175 or 10059946. OLE color: 10059946.

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

Color convert

RGB170128153-
CMYK00.250.10.33
HSL324.29º19.81%58.43%-
HSV(B)324.29º24.71%66.67%-
XYZ30.0526.2833.63-
YUV143.41133.41146.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=37.69%
G=28.38%
B=33.92%

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
Decimal17012815300.250.10.33324.2919.8158.43
HexAA8099019A21144143a
Octal25220023103112415042472
Binary101010101000000010011001011001101010000110100010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8099; }

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

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

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

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

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

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

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

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