#AA7794

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

Shades of Bouquet #AA7794

Tints of Bouquet #AA7794

Color information

#AA7794 (or 0xAA7794) is unknown color: approx Bouquet. HEX triplet: AA, 77 and 94. RGB value is (170,119,148). Sum of RGB (Red+Green+Blue) = 170+119+148=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7794 is #55886B. Grayscale: #898989. Windows color (decimal): -5605484 or 9729962. OLE color: 9729962.

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

Color convert

RGB170119148-
CMYK00.30.130.33
HSL325.88º23.08%56.67%-
HSV(B)325.88º30%66.67%-
XYZ28.5223.8831.12-
YUV137.56133.9151.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 119 (46.88% from 255) = 27.23%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=38.90%
G=27.23%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011914800.30.130.33325.8823.0856.67
HexAA779401ED211461739
Octal25216722403615415062771
Binary10101010111011110010100011110110110000110100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7794; }

 p { color: rgb(170,119,148); }

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

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

 a { background-color: rgb(170,119,148); }

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

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

 span { border-color: rgb(170,119,148); }

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