#AA869C

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

Shades of Bouquet #AA869C

Tints of Bouquet #AA869C

Color information

#AA869C (or 0xAA869C) is unknown color: approx Bouquet. HEX triplet: AA, 86 and 9C. RGB value is (170,134,156). Sum of RGB (Red+Green+Blue) = 170+134+156=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA869C is #557963. Grayscale: #939393. Windows color (decimal): -5601636 or 10258090. OLE color: 10258090.

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

Color convert

RGB170134156-
CMYK00.210.080.33
HSL323.33º17.48%59.61%-
HSV(B)323.33º21.18%66.67%-
XYZ31.12835.22-
YUV147.27132.93144.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=36.96%
G=29.13%
B=33.91%

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
Decimal17013415600.210.080.33323.3317.4859.61
HexAA869C015821143113c
Octal25220623402510415032174
Binary101010101000011010011100010101100010000110100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA869C; }

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

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

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

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

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

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

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

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