#AA8699

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

Shades of Bouquet #AA8699

Tints of Bouquet #AA8699

Color information

#AA8699 (or 0xAA8699) is unknown color: approx Bouquet. HEX triplet: AA, 86 and 99. RGB value is (170,134,153). Sum of RGB (Red+Green+Blue) = 170+134+153=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8699 is #557966. Grayscale: #929292. Windows color (decimal): -5601639 or 10061482. OLE color: 10061482.

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

Color convert

RGB170134153-
CMYK00.210.10.33
HSL328.33º17.48%59.61%-
HSV(B)328.33º21.18%66.67%-
XYZ30.8527.933.9-
YUV146.93131.43144.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=37.20%
G=29.32%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013415300.210.10.33328.3317.4859.61
HexAA8699015A21148113c
Octal25220623102512415102174
Binary101010101000011010011001010101101010000110100100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8699; }

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

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

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

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

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

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

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

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