#AA7F9C

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

Shades of Bouquet #AA7F9C

Tints of Bouquet #AA7F9C

Color information

#AA7F9C (or 0xAA7F9C) is unknown color: approx Bouquet. HEX triplet: AA, 7F and 9C. RGB value is (170,127,156). Sum of RGB (Red+Green+Blue) = 170+127+156=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F9C is #558063. Grayscale: #8F8F8F. Windows color (decimal): -5603428 or 10256298. OLE color: 10256298.

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

Color convert

RGB170127156-
CMYK00.250.080.33
HSL319.53º20.19%58.24%-
HSV(B)319.53º25.29%66.67%-
XYZ30.1726.1334.91-
YUV143.16135.25147.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=37.53%
G=28.04%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012715600.250.080.33319.5320.1958.24
HexAA7F9C019821140143a
Octal25217723403110415002472
Binary10101010111111110011100011001100010000110100000010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F9C; }

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

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

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

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

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

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

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

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