#AA729A

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

Shades of Bouquet #AA729A

Tints of Bouquet #AA729A

Color information

#AA729A (or 0xAA729A) is unknown color: approx Bouquet. HEX triplet: AA, 72 and 9A. RGB value is (170,114,154). Sum of RGB (Red+Green+Blue) = 170+114+154=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA729A is #558D65. Grayscale: #878787. Windows color (decimal): -5606758 or 10121898. OLE color: 10121898.

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

Color convert

RGB170114154-
CMYK00.330.090.33
HSL317.14º24.78%55.69%-
HSV(B)317.14º32.94%66.67%-
XYZ28.4322.9133.5-
YUV135.3138.55152.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=38.81%
G=26.03%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011415400.330.090.33317.1424.7855.69
HexAA729A02192113d1938
Octal25216223204111414753170
Binary101010101110010100110100100001100110000110011110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA729A; }

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

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

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

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

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

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

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

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