#AA7F96

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

Shades of Bouquet #AA7F96

Tints of Bouquet #AA7F96

Color information

#AA7F96 (or 0xAA7F96) is unknown color: approx Bouquet. HEX triplet: AA, 7F and 96. RGB value is (170,127,150). Sum of RGB (Red+Green+Blue) = 170+127+150=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F96 is #558069. Grayscale: #8E8E8E. Windows color (decimal): -5603434 or 9863082. OLE color: 9863082.

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

Color convert

RGB170127150-
CMYK00.250.120.33
HSL327.91º20.19%58.24%-
HSV(B)327.91º25.29%66.67%-
XYZ29.6725.9332.29-
YUV142.48132.25147.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=38.03%
G=28.41%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012715000.250.120.33327.9120.1958.24
HexAA7F96019C21148143a
Octal25217722603114415102472
Binary10101010111111110010110011001110010000110100100010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F96; }

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

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

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

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

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

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

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

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