#AA91A1

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

Shades of Bouquet #AA91A1

Tints of Bouquet #AA91A1

Color information

#AA91A1 (or 0xAA91A1) is unknown color: approx Bouquet. HEX triplet: AA, 91 and A1. RGB value is (170,145,161). Sum of RGB (Red+Green+Blue) = 170+145+161=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA91A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA91A1 is #556E5E. Grayscale: #9A9A9A. Windows color (decimal): -5598815 or 10588586. OLE color: 10588586.

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

Color convert

RGB170145161-
CMYK00.150.050.33
HSL321.6º12.82%61.76%-
HSV(B)321.6º14.71%66.67%-
XYZ33.1431.3738.03-
YUV154.3131.78139.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=35.71%
G=30.46%
B=33.82%

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
Decimal17014516100.150.050.33321.612.8261.76
HexAA91A10F521142d3e
Octal2522212410175415021576
Binary101010101001000110100001011111011000011010000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91A1; }

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

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

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

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

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

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

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

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