#AA889A

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

Shades of Bouquet #AA889A

Tints of Bouquet #AA889A

Color information

#AA889A (or 0xAA889A) is unknown color: approx Bouquet. HEX triplet: AA, 88 and 9A. RGB value is (170,136,154). Sum of RGB (Red+Green+Blue) = 170+136+154=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA889A is #557765. Grayscale: #949494. Windows color (decimal): -5601126 or 10127530. OLE color: 10127530.

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

Color convert

RGB170136154-
CMYK00.200.090.33
HSL328.24º16.67%60%-
HSV(B)328.24º20%66.67%-
XYZ31.2128.4934.43-
YUV148.22131.26143.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 136 (53.52% from 255) = 29.57%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=36.96%
G=29.57%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013615400.200.090.33328.2416.6760
HexAA889A014921148113c
Octal25221023202411415102174
Binary101010101000100010011010010100100110000110100100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA889A; }

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

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

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

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

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

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

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

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