#AA77A2

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

Shades of Bouquet #AA77A2

Tints of Bouquet #AA77A2

Color information

#AA77A2 (or 0xAA77A2) is unknown color: approx Bouquet. HEX triplet: AA, 77 and A2. RGB value is (170,119,162). Sum of RGB (Red+Green+Blue) = 170+119+162=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA77A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77A2 is #55885D. Grayscale: #8B8B8B. Windows color (decimal): -5605470 or 10647466. OLE color: 10647466.

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

Color convert

RGB170119162-
CMYK00.30.050.33
HSL309.41º23.08%56.67%-
HSV(B)309.41º30%66.67%-
XYZ29.724.3537.32-
YUV139.15140.9150-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=37.69%
G=26.39%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011916200.30.050.33309.4123.0856.67
HexAA77A201E5211351739
Octal2521672420365414652771
Binary1010101011101111010001001111010110000110011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77A2; }

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

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

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

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

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

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

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

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