#AA91A2

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

Shades of Bouquet #AA91A2

Tints of Bouquet #AA91A2

Color information

#AA91A2 (or 0xAA91A2) is unknown color: approx Bouquet. HEX triplet: AA, 91 and A2. RGB value is (170,145,162). Sum of RGB (Red+Green+Blue) = 170+145+162=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA91A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA91A2 is #556E5D. Grayscale: #9A9A9A. Windows color (decimal): -5598814 or 10654122. OLE color: 10654122.

HSL color Cylindrical-coordinate representation of color #AA91A2: hue angle of 319.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA91A2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB170145162-
CMYK00.150.050.33
HSL319.2º12.82%61.76%-
HSV(B)319.2º14.71%66.67%-
XYZ33.2231.4138.49-
YUV154.41132.28139.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=35.64%
G=30.40%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014516200.150.050.33319.212.8261.76
HexAA91A20F52113fd3e
Octal2522212420175414771576
Binary101010101001000110100010011111011000011001111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91A2; }

 p { color: rgb(170,145,162); }

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

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

 a { background-color: rgb(170,145,162); }

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

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

 span { border-color: rgb(170,145,162); }

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