#AA8396

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

Shades of Bouquet #AA8396

Tints of Bouquet #AA8396

Color information

#AA8396 (or 0xAA8396) is unknown color: approx Bouquet. HEX triplet: AA, 83 and 96. RGB value is (170,131,150). Sum of RGB (Red+Green+Blue) = 170+131+150=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8396 is #557C69. Grayscale: #909090. Windows color (decimal): -5602410 or 9864106. OLE color: 9864106.

HSL color Cylindrical-coordinate representation of color #AA8396: hue angle of 330.77º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA8396 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB170131150-
CMYK00.230.120.33
HSL330.77º18.66%59.02%-
HSV(B)330.77º22.94%66.67%-
XYZ30.226.9832.47-
YUV144.83130.92145.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=37.69%
G=29.05%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013115000.230.120.33330.7718.6659.02
HexAA8396017C2114b133b
Octal25220322602714415132373
Binary101010101000001110010110010111110010000110100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8396; }

 p { color: rgb(170,131,150); }

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

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

 a { background-color: rgb(170,131,150); }

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

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

 span { border-color: rgb(170,131,150); }

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