#AA709D

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

Shades of Bouquet #AA709D

Tints of Bouquet #AA709D

Color information

#AA709D (or 0xAA709D) is unknown color: approx Bouquet. HEX triplet: AA, 70 and 9D. RGB value is (170,112,157). Sum of RGB (Red+Green+Blue) = 170+112+157=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA709D is #558F62. Grayscale: #868686. Windows color (decimal): -5607267 or 10317994. OLE color: 10317994.

HSL color Cylindrical-coordinate representation of color #AA709D: hue angle of 313.45º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA709D is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170112157-
CMYK00.340.080.33
HSL313.45º25.44%55.29%-
HSV(B)313.45º34.12%66.67%-
XYZ28.4622.5734.75-
YUV134.47140.72153.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=38.72%
G=25.51%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011215700.340.080.33313.4525.4455.29
HexAA709D0228211391937
Octal25216023504210414713167
Binary101010101110000100111010100010100010000110011100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA709D; }

 p { color: rgb(170,112,157); }

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

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

 a { background-color: rgb(170,112,157); }

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

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

 span { border-color: rgb(170,112,157); }

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