#AA849C

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

Shades of Bouquet #AA849C

Tints of Bouquet #AA849C

Color information

#AA849C (or 0xAA849C) is unknown color: approx Bouquet. HEX triplet: AA, 84 and 9C. RGB value is (170,132,156). Sum of RGB (Red+Green+Blue) = 170+132+156=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA849C is #557B63. Grayscale: #929292. Windows color (decimal): -5602148 or 10257578. OLE color: 10257578.

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

Color convert

RGB170132156-
CMYK00.220.080.33
HSL322.11º18.27%59.22%-
HSV(B)322.11º22.35%66.67%-
XYZ30.8327.4535.13-
YUV146.1133.59145.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 132 (51.95% from 255) = 28.82%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=37.12%
G=28.82%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013215600.220.080.33322.1118.2759.22
HexAA849C016821142123b
Octal25220423402610415022273
Binary101010101000010010011100010110100010000110100001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA849C; }

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

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

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

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

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

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

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

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