#AA879A

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

Shades of Bouquet #AA879A

Tints of Bouquet #AA879A

Color information

#AA879A (or 0xAA879A) is unknown color: approx Bouquet. HEX triplet: AA, 87 and 9A. RGB value is (170,135,154). Sum of RGB (Red+Green+Blue) = 170+135+154=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA879A is #557865. Grayscale: #939393. Windows color (decimal): -5601382 or 10127274. OLE color: 10127274.

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

Color convert

RGB170135154-
CMYK00.210.090.33
HSL327.43º17.07%59.8%-
HSV(B)327.43º20.59%66.67%-
XYZ31.0728.2134.38-
YUV147.63131.6143.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=37.04%
G=29.41%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013515400.210.090.33327.4317.0759.8
HexAA879A015921147113c
Octal25220723202511415072174
Binary101010101000011110011010010101100110000110100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA879A; }

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

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

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

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

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

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

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

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