#AA869B

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

Shades of Bouquet #AA869B

Tints of Bouquet #AA869B

Color information

#AA869B (or 0xAA869B) is unknown color: approx Bouquet. HEX triplet: AA, 86 and 9B. RGB value is (170,134,155). Sum of RGB (Red+Green+Blue) = 170+134+155=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA869B is #557964. Grayscale: #939393. Windows color (decimal): -5601637 or 10192554. OLE color: 10192554.

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

Color convert

RGB170134155-
CMYK00.210.090.33
HSL325º17.48%59.61%-
HSV(B)325º21.18%66.67%-
XYZ31.0227.9634.77-
YUV147.16132.43144.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=37.04%
G=29.19%
B=33.77%

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
Decimal17013415500.210.090.3332517.4859.61
HexAA869B015921145113c
Octal25220623302511415052174
Binary101010101000011010011011010101100110000110100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA869B; }

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

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

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

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

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

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

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

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