#AA7E9C

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

Shades of Bouquet #AA7E9C

Tints of Bouquet #AA7E9C

Color information

#AA7E9C (or 0xAA7E9C) is unknown color: approx Bouquet. HEX triplet: AA, 7E and 9C. RGB value is (170,126,156). Sum of RGB (Red+Green+Blue) = 170+126+156=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E9C is #558163. Grayscale: #8E8E8E. Windows color (decimal): -5603684 or 10256042. OLE color: 10256042.

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

Color convert

RGB170126156-
CMYK00.260.080.33
HSL319.09º20.56%58.04%-
HSV(B)319.09º25.88%66.67%-
XYZ30.0425.8734.86-
YUV142.58135.58147.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=37.61%
G=27.88%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012615600.260.080.33319.0920.5658.04
HexAA7E9C01A82113f153a
Octal25217623403210414772572
Binary10101010111111010011100011010100010000110011111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E9C; }

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

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

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

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

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

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

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

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