#AA778F

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

Shades of Bouquet #AA778F

Tints of Bouquet #AA778F

Color information

#AA778F (or 0xAA778F) is unknown color: approx Bouquet. HEX triplet: AA, 77 and 8F. RGB value is (170,119,143). Sum of RGB (Red+Green+Blue) = 170+119+143=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA778F is #558870. Grayscale: #888888. Windows color (decimal): -5605489 or 9402282. OLE color: 9402282.

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

Color convert

RGB170119143-
CMYK00.30.160.33
HSL331.76º23.08%56.67%-
HSV(B)331.76º30%66.67%-
XYZ28.1323.7229.08-
YUV136.98131.4151.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=39.35%
G=27.55%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011914300.30.160.33331.7623.0856.67
HexAA778F01E102114c1739
Octal25216721703620415142771
Binary101010101110111100011110111101000010000110100110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA778F; }

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

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

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

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

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

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

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

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