#AA709B

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

Shades of Bouquet #AA709B

Tints of Bouquet #AA709B

Color information

#AA709B (or 0xAA709B) is unknown color: approx Bouquet. HEX triplet: AA, 70 and 9B. RGB value is (170,112,155). Sum of RGB (Red+Green+Blue) = 170+112+155=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA709B is #558F64. Grayscale: #868686. Windows color (decimal): -5607269 or 10186922. OLE color: 10186922.

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

Color convert

RGB170112155-
CMYK00.340.090.33
HSL315.52º25.44%55.29%-
HSV(B)315.52º34.12%66.67%-
XYZ28.2922.533.86-
YUV134.24139.72153.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 155 (60.94% from 255) = 35.47%
R=38.90%
G=25.63%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011215500.340.090.33315.5225.4455.29
HexAA709B02292113c1937
Octal25216023304211414743167
Binary101010101110000100110110100010100110000110011110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA709B; }

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

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

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

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

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

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

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

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