#AA889E

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

Shades of Bouquet #AA889E

Tints of Bouquet #AA889E

Color information

#AA889E (or 0xAA889E) is unknown color: approx Bouquet. HEX triplet: AA, 88 and 9E. RGB value is (170,136,158). Sum of RGB (Red+Green+Blue) = 170+136+158=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA889E is #557761. Grayscale: #949494. Windows color (decimal): -5601122 or 10389674. OLE color: 10389674.

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

Color convert

RGB170136158-
CMYK00.200.070.33
HSL321.18º16.67%60%-
HSV(B)321.18º20%66.67%-
XYZ31.5528.6236.21-
YUV148.67133.26143.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=36.64%
G=29.31%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013615800.200.070.33321.1816.6760
HexAA889E014721141113c
Octal2522102360247415012174
Binary10101010100010001001111001010011110000110100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA889E; }

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

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

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

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

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

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

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

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