#AA879C

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

Shades of Bouquet #AA879C

Tints of Bouquet #AA879C

Color information

#AA879C (or 0xAA879C) is unknown color: approx Bouquet. HEX triplet: AA, 87 and 9C. RGB value is (170,135,156). Sum of RGB (Red+Green+Blue) = 170+135+156=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA879C is #557863. Grayscale: #939393. Windows color (decimal): -5601380 or 10258346. OLE color: 10258346.

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

Color convert

RGB170135156-
CMYK00.210.080.33
HSL324º17.07%59.8%-
HSV(B)324º20.59%66.67%-
XYZ31.2428.2735.26-
YUV147.86132.6143.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=36.88%
G=29.28%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013515600.210.080.3332417.0759.8
HexAA879C015821144113c
Octal25220723402510415042174
Binary101010101000011110011100010101100010000110100010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA879C; }

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

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

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

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

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

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

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

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