#AA7992

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

Shades of Bouquet #AA7992

Tints of Bouquet #AA7992

Color information

#AA7992 (or 0xAA7992) is unknown color: approx Bouquet. HEX triplet: AA, 79 and 92. RGB value is (170,121,146). Sum of RGB (Red+Green+Blue) = 170+121+146=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7992 is #55866D. Grayscale: #8A8A8A. Windows color (decimal): -5604974 or 9599402. OLE color: 9599402.

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

Color convert

RGB170121146-
CMYK00.290.140.33
HSL329.39º22.37%57.06%-
HSV(B)329.39º28.82%66.67%-
XYZ28.624.330.38-
YUV138.5132.23150.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=38.90%
G=27.69%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012114600.290.140.33329.3922.3757.06
HexAA799201DE211491639
Octal25217122203516415112671
Binary10101010111100110010010011101111010000110100100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7992; }

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

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

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

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

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

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

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

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