#AA889F

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

Shades of Bouquet #AA889F

Tints of Bouquet #AA889F

Color information

#AA889F (or 0xAA889F) is unknown color: approx Bouquet. HEX triplet: AA, 88 and 9F. RGB value is (170,136,159). Sum of RGB (Red+Green+Blue) = 170+136+159=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA889F is #557760. Grayscale: #949494. Windows color (decimal): -5601121 or 10455210. OLE color: 10455210.

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

Color convert

RGB170136159-
CMYK00.200.060.33
HSL319.41º16.67%60%-
HSV(B)319.41º20%66.67%-
XYZ31.6428.6636.66-
YUV148.79133.76143.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=36.56%
G=29.25%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013615900.200.060.33319.4116.6760
HexAA889F01462113f113c
Octal2522102370246414772174
Binary10101010100010001001111101010011010000110011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA889F; }

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

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

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

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

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

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

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

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