#AA8395

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

Shades of Bouquet #AA8395

Tints of Bouquet #AA8395

Color information

#AA8395 (or 0xAA8395) is unknown color: approx Bouquet. HEX triplet: AA, 83 and 95. RGB value is (170,131,149). Sum of RGB (Red+Green+Blue) = 170+131+149=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8395 is #557C6A. Grayscale: #909090. Windows color (decimal): -5602411 or 9798570. OLE color: 9798570.

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

Color convert

RGB170131149-
CMYK00.230.120.33
HSL332.31º18.66%59.02%-
HSV(B)332.31º22.94%66.67%-
XYZ30.1226.9532.05-
YUV144.71130.42146.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 149 (58.59% from 255) = 33.11%
R=37.78%
G=29.11%
B=33.11%

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
Decimal17013114900.230.120.33332.3118.6659.02
HexAA8395017C2114c133b
Octal25220322502714415142373
Binary101010101000001110010101010111110010000110100110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8395; }

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

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

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

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

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

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

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

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