#AA7B9C

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

Shades of Bouquet #AA7B9C

Tints of Bouquet #AA7B9C

Color information

#AA7B9C (or 0xAA7B9C) is unknown color: approx Bouquet. HEX triplet: AA, 7B and 9C. RGB value is (170,123,156). Sum of RGB (Red+Green+Blue) = 170+123+156=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B9C is #558463. Grayscale: #8C8C8C. Windows color (decimal): -5604452 or 10255274. OLE color: 10255274.

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

Color convert

RGB170123156-
CMYK00.280.080.33
HSL317.87º21.66%57.45%-
HSV(B)317.87º27.65%66.67%-
XYZ29.6625.1134.74-
YUV140.82136.57148.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=37.86%
G=27.39%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012315600.280.080.33317.8721.6657.45
HexAA7B9C01C82113e1639
Octal25217323403410414762671
Binary10101010111101110011100011100100010000110011111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B9C; }

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

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

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

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

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

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

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

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