#AA779A

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

Shades of Bouquet #AA779A

Tints of Bouquet #AA779A

Color information

#AA779A (or 0xAA779A) is unknown color: approx Bouquet. HEX triplet: AA, 77 and 9A. RGB value is (170,119,154). Sum of RGB (Red+Green+Blue) = 170+119+154=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA779A is #558865. Grayscale: #8A8A8A. Windows color (decimal): -5605478 or 10123178. OLE color: 10123178.

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

Color convert

RGB170119154-
CMYK00.30.090.33
HSL318.82º23.08%56.67%-
HSV(B)318.82º30%66.67%-
XYZ29.0124.0733.69-
YUV138.24136.9150.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=38.37%
G=26.86%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011915400.30.090.33318.8223.0856.67
HexAA779A01E92113f1739
Octal25216723203611414772771
Binary10101010111011110011010011110100110000110011111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA779A; }

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

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

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

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

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

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

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

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