#AA7396

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

Shades of Bouquet #AA7396

Tints of Bouquet #AA7396

Color information

#AA7396 (or 0xAA7396) is unknown color: approx Bouquet. HEX triplet: AA, 73 and 96. RGB value is (170,115,150). Sum of RGB (Red+Green+Blue) = 170+115+150=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7396 is #558C69. Grayscale: #878787. Windows color (decimal): -5606506 or 9860010. OLE color: 9860010.

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

Color convert

RGB170115150-
CMYK00.320.120.33
HSL321.82º24.44%55.88%-
HSV(B)321.82º32.35%66.67%-
XYZ28.2123.0131.81-
YUV135.44136.22152.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=39.08%
G=26.44%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011515000.320.120.33321.8224.4455.88
HexAA7396020C211421838
Octal25216322604014415023070
Binary101010101110011100101100100000110010000110100001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7396; }

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

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

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

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

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

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

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

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