#AA7A96

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

Shades of Bouquet #AA7A96

Tints of Bouquet #AA7A96

Color information

#AA7A96 (or 0xAA7A96) is unknown color: approx Bouquet. HEX triplet: AA, 7A and 96. RGB value is (170,122,150). Sum of RGB (Red+Green+Blue) = 170+122+150=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A96 is #558569. Grayscale: #8B8B8B. Windows color (decimal): -5604714 or 9861802. OLE color: 9861802.

HSL color Cylindrical-coordinate representation of color #AA7A96: hue angle of 325º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7A96 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB170122150-
CMYK00.280.120.33
HSL325º22.02%57.25%-
HSV(B)325º28.24%66.67%-
XYZ29.0424.6732.08-
YUV139.54133.9149.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 150 (58.98% from 255) = 33.94%
R=38.46%
G=27.60%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012215000.280.120.3332522.0257.25
HexAA7A9601CC211451639
Octal25217222603414415052671
Binary10101010111101010010110011100110010000110100010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A96; }

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

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

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

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

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

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

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

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