#AA7392

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

Shades of Bouquet #AA7392

Tints of Bouquet #AA7392

Color information

#AA7392 (or 0xAA7392) is unknown color: approx Bouquet. HEX triplet: AA, 73 and 92. RGB value is (170,115,146). Sum of RGB (Red+Green+Blue) = 170+115+146=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7392 is #558C6D. Grayscale: #868686. Windows color (decimal): -5606510 or 9597866. OLE color: 9597866.

HSL color Cylindrical-coordinate representation of color #AA7392: hue angle of 326.18º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7392 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB170115146-
CMYK00.320.140.33
HSL326.18º24.44%55.88%-
HSV(B)326.18º32.35%66.67%-
XYZ27.922.8830.14-
YUV134.98134.22152.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 146 (57.42% from 255) = 33.87%
R=39.44%
G=26.68%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011514600.320.140.33326.1824.4455.88
HexAA7392020E211461838
Octal25216322204016415063070
Binary101010101110011100100100100000111010000110100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7392; }

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

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

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

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

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

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

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

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