#AA8693

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

Shades of Bouquet #AA8693

Tints of Bouquet #AA8693

Color information

#AA8693 (or 0xAA8693) is unknown color: approx Bouquet. HEX triplet: AA, 86 and 93. RGB value is (170,134,147). Sum of RGB (Red+Green+Blue) = 170+134+147=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8693 is #55796C. Grayscale: #929292. Windows color (decimal): -5601645 or 9668266. OLE color: 9668266.

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

Color convert

RGB170134147-
CMYK00.210.140.33
HSL338.33º17.48%59.61%-
HSV(B)338.33º21.18%66.67%-
XYZ30.3727.731.35-
YUV146.25128.43144.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=37.69%
G=29.71%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013414700.210.140.33338.3317.4859.61
HexAA8693015E21152113c
Octal25220622302516415222174
Binary101010101000011010010011010101111010000110101001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8693; }

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

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

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

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

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

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

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

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