#AA7996

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

Shades of Bouquet #AA7996

Tints of Bouquet #AA7996

Color information

#AA7996 (or 0xAA7996) is unknown color: approx Bouquet. HEX triplet: AA, 79 and 96. RGB value is (170,121,150). Sum of RGB (Red+Green+Blue) = 170+121+150=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7996 is #558669. Grayscale: #8A8A8A. Windows color (decimal): -5604970 or 9861546. OLE color: 9861546.

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

Color convert

RGB170121150-
CMYK00.290.120.33
HSL324.49º22.37%57.06%-
HSV(B)324.49º28.82%66.67%-
XYZ28.9224.4232.04-
YUV138.96134.23150.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=38.55%
G=27.44%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012115000.290.120.33324.4922.3757.06
HexAA799601DC211441639
Octal25217122603514415042671
Binary10101010111100110010110011101110010000110100010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7996; }

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

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

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

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

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

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

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

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