#AA8698

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

Shades of Bouquet #AA8698

Tints of Bouquet #AA8698

Color information

#AA8698 (or 0xAA8698) is unknown color: approx Bouquet. HEX triplet: AA, 86 and 98. RGB value is (170,134,152). Sum of RGB (Red+Green+Blue) = 170+134+152=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8698 is #557967. Grayscale: #929292. Windows color (decimal): -5601640 or 9995946. OLE color: 9995946.

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

Color convert

RGB170134152-
CMYK00.210.110.33
HSL330º17.48%59.61%-
HSV(B)330º21.18%66.67%-
XYZ30.7727.8633.46-
YUV146.82130.93144.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 152 (59.77% from 255) = 33.33%
R=37.28%
G=29.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013415200.210.110.3333017.4859.61
HexAA8698015B2114a113c
Octal25220623002513415122174
Binary101010101000011010011000010101101110000110100101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8698; }

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

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

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

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

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

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

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

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