#AA799B

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

Shades of Bouquet #AA799B

Tints of Bouquet #AA799B

Color information

#AA799B (or 0xAA799B) is unknown color: approx Bouquet. HEX triplet: AA, 79 and 9B. RGB value is (170,121,155). Sum of RGB (Red+Green+Blue) = 170+121+155=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA799B is #558664. Grayscale: #8B8B8B. Windows color (decimal): -5604965 or 10189226. OLE color: 10189226.

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

Color convert

RGB170121155-
CMYK00.290.090.33
HSL318.37º22.37%57.06%-
HSV(B)318.37º28.82%66.67%-
XYZ29.3324.5934.21-
YUV139.53136.73149.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=38.12%
G=27.13%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012115500.290.090.33318.3722.3757.06
HexAA799B01D92113e1639
Octal25217123303511414762671
Binary10101010111100110011011011101100110000110011111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA799B; }

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

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

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

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

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

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

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

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