#AA7899

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

Shades of Bouquet #AA7899

Tints of Bouquet #AA7899

Color information

#AA7899 (or 0xAA7899) is unknown color: approx Bouquet. HEX triplet: AA, 78 and 99. RGB value is (170,120,153). Sum of RGB (Red+Green+Blue) = 170+120+153=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7899 is #558766. Grayscale: #8A8A8A. Windows color (decimal): -5605223 or 10057898. OLE color: 10057898.

HSL color Cylindrical-coordinate representation of color #AA7899: hue angle of 320.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7899 is Cyan = 0, Magento = 0.29, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB170120153-
CMYK00.290.10.33
HSL320.4º22.73%56.86%-
HSV(B)320.4º29.41%66.67%-
XYZ29.0424.2833.29-
YUV138.71136.06150.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=38.37%
G=27.09%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012015300.290.10.33320.422.7356.86
HexAA789901DA211401739
Octal25217023103512415002771
Binary10101010111100010011001011101101010000110100000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7899; }

 p { color: rgb(170,120,153); }

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

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

 a { background-color: rgb(170,120,153); }

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

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

 span { border-color: rgb(170,120,153); }

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