#AA869D

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

Shades of Bouquet #AA869D

Tints of Bouquet #AA869D

Color information

#AA869D (or 0xAA869D) is unknown color: approx Bouquet. HEX triplet: AA, 86 and 9D. RGB value is (170,134,157). Sum of RGB (Red+Green+Blue) = 170+134+157=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA869D is #557962. Grayscale: #939393. Windows color (decimal): -5601635 or 10323626. OLE color: 10323626.

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

Color convert

RGB170134157-
CMYK00.210.080.33
HSL321.67º17.48%59.61%-
HSV(B)321.67º21.18%66.67%-
XYZ31.1928.0335.66-
YUV147.39133.43144.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=36.88%
G=29.07%
B=34.06%

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
Decimal17013415700.210.080.33321.6717.4859.61
HexAA869D015821142113c
Octal25220623502510415022174
Binary101010101000011010011101010101100010000110100001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA869D; }

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

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

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

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

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

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

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

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