#AA849F

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

Shades of Bouquet #AA849F

Tints of Bouquet #AA849F

Color information

#AA849F (or 0xAA849F) is unknown color: approx Bouquet. HEX triplet: AA, 84 and 9F. RGB value is (170,132,159). Sum of RGB (Red+Green+Blue) = 170+132+159=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA849F is #557B60. Grayscale: #929292. Windows color (decimal): -5602145 or 10454186. OLE color: 10454186.

HSL color Cylindrical-coordinate representation of color #AA849F: hue angle of 317.37º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA849F is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170132159-
CMYK00.220.060.33
HSL317.37º18.27%59.22%-
HSV(B)317.37º22.35%66.67%-
XYZ31.0927.5536.48-
YUV146.44135.09144.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=36.88%
G=28.63%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013215900.220.060.33317.3718.2759.22
HexAA849F01662113d123b
Octal2522042370266414752273
Binary10101010100001001001111101011011010000110011110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA849F; }

 p { color: rgb(170,132,159); }

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

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

 a { background-color: rgb(170,132,159); }

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

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

 span { border-color: rgb(170,132,159); }

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