#AA798F

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

Shades of Bouquet #AA798F

Tints of Bouquet #AA798F

Color information

#AA798F (or 0xAA798F) is unknown color: approx Bouquet. HEX triplet: AA, 79 and 8F. RGB value is (170,121,143). Sum of RGB (Red+Green+Blue) = 170+121+143=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA798F is #558670. Grayscale: #8A8A8A. Windows color (decimal): -5604977 or 9402794. OLE color: 9402794.

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

Color convert

RGB170121143-
CMYK00.290.160.33
HSL333.06º22.37%57.06%-
HSV(B)333.06º28.82%66.67%-
XYZ28.3724.229.16-
YUV138.16130.73150.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=39.17%
G=27.88%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012114300.290.160.33333.0622.3757.06
HexAA798F01D102114d1639
Octal25217121703520415152671
Binary101010101111001100011110111011000010000110100110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA798F; }

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

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

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

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

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

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

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

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