#AA7E95

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

Shades of Bouquet #AA7E95

Tints of Bouquet #AA7E95

Color information

#AA7E95 (or 0xAA7E95) is unknown color: approx Bouquet. HEX triplet: AA, 7E and 95. RGB value is (170,126,149). Sum of RGB (Red+Green+Blue) = 170+126+149=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E95 is #55816A. Grayscale: #8D8D8D. Windows color (decimal): -5603691 or 9797290. OLE color: 9797290.

HSL color Cylindrical-coordinate representation of color #AA7E95: hue angle of 328.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7E95 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB170126149-
CMYK00.260.120.33
HSL328.64º20.56%58.04%-
HSV(B)328.64º25.88%66.67%-
XYZ29.4625.6431.83-
YUV141.78132.08148.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=38.20%
G=28.31%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012614900.260.120.33328.6420.5658.04
HexAA7E9501AC21149153a
Octal25217622503214415112572
Binary10101010111111010010101011010110010000110100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E95; }

 p { color: rgb(170,126,149); }

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

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

 a { background-color: rgb(170,126,149); }

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

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

 span { border-color: rgb(170,126,149); }

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