#AA7C9C

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

Shades of Bouquet #AA7C9C

Tints of Bouquet #AA7C9C

Color information

#AA7C9C (or 0xAA7C9C) is unknown color: approx Bouquet. HEX triplet: AA, 7C and 9C. RGB value is (170,124,156). Sum of RGB (Red+Green+Blue) = 170+124+156=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7C9C is #558363. Grayscale: #8D8D8D. Windows color (decimal): -5604196 or 10255530. OLE color: 10255530.

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

Color convert

RGB170124156-
CMYK00.270.080.33
HSL318.26º21.3%57.65%-
HSV(B)318.26º27.06%66.67%-
XYZ29.7925.3634.78-
YUV141.4136.24148.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=37.78%
G=27.56%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012415600.270.080.33318.2621.357.65
HexAA7C9C01B82113e153a
Octal25217423403310414762572
Binary10101010111110010011100011011100010000110011111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C9C; }

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

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

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

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

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

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

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

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