#AA899D

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

Shades of Bouquet #AA899D

Tints of Bouquet #AA899D

Color information

#AA899D (or 0xAA899D) is unknown color: approx Bouquet. HEX triplet: AA, 89 and 9D. RGB value is (170,137,157). Sum of RGB (Red+Green+Blue) = 170+137+157=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA899D is #557662. Grayscale: #959595. Windows color (decimal): -5600867 or 10324394. OLE color: 10324394.

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

Color convert

RGB170137157-
CMYK00.190.080.33
HSL323.64º16.26%60.2%-
HSV(B)323.64º19.41%66.67%-
XYZ31.6128.8735.81-
YUV149.15132.43142.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=36.64%
G=29.53%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013715700.190.080.33323.6416.2660.2
HexAA899D013821144103c
Octal25221123502310415042074
Binary101010101000100110011101010011100010000110100010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA899D; }

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

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

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

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

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

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

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

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