#AA899F

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

Shades of Bouquet #AA899F

Tints of Bouquet #AA899F

Color information

#AA899F (or 0xAA899F) is unknown color: approx Bouquet. HEX triplet: AA, 89 and 9F. RGB value is (170,137,159). Sum of RGB (Red+Green+Blue) = 170+137+159=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA899F is #557660. Grayscale: #959595. Windows color (decimal): -5600865 or 10455466. OLE color: 10455466.

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

Color convert

RGB170137159-
CMYK00.190.060.33
HSL320º16.26%60.2%-
HSV(B)320º19.41%66.67%-
XYZ31.7828.9436.71-
YUV149.38133.43142.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 159 (62.5% from 255) = 34.12%
R=36.48%
G=29.40%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013715900.190.060.3332016.2660.2
HexAA899F013621140103c
Octal2522112370236415002074
Binary10101010100010011001111101001111010000110100000010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA899F; }

 p { color: rgb(170,137,159); }

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

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

 a { background-color: rgb(170,137,159); }

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

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

 span { border-color: rgb(170,137,159); }

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