#AA8893

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

Shades of Bouquet #AA8893

Tints of Bouquet #AA8893

Color information

#AA8893 (or 0xAA8893) is unknown color: approx Bouquet. HEX triplet: AA, 88 and 93. RGB value is (170,136,147). Sum of RGB (Red+Green+Blue) = 170+136+147=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8893 is #55776C. Grayscale: #939393. Windows color (decimal): -5601133 or 9668778. OLE color: 9668778.

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

Color convert

RGB170136147-
CMYK00.200.140.33
HSL340.59º16.67%60%-
HSV(B)340.59º20%66.67%-
XYZ30.6528.2631.44-
YUV147.42127.76144.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 147 (57.81% from 255) = 32.45%
R=37.53%
G=30.02%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013614700.200.140.33340.5916.6760
HexAA8893014E21155113c
Octal25221022302416415252174
Binary101010101000100010010011010100111010000110101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8893; }

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

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

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

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

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

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

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

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