#AA89A2

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

Shades of Bouquet #AA89A2

Tints of Bouquet #AA89A2

Color information

#AA89A2 (or 0xAA89A2) is unknown color: approx Bouquet. HEX triplet: AA, 89 and A2. RGB value is (170,137,162). Sum of RGB (Red+Green+Blue) = 170+137+162=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA89A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA89A2 is #55765D. Grayscale: #959595. Windows color (decimal): -5600862 or 10652074. OLE color: 10652074.

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

Color convert

RGB170137162-
CMYK00.190.050.33
HSL314.55º16.26%60.2%-
HSV(B)314.55º19.41%66.67%-
XYZ32.0429.0538.1-
YUV149.72134.93142.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=36.25%
G=29.21%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013716200.190.050.33314.5516.2660.2
HexAA89A201352113b103c
Octal2522112420235414732074
Binary10101010100010011010001001001110110000110011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89A2; }

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

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

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

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

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

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

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

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