#AA859C

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

Shades of Bouquet #AA859C

Tints of Bouquet #AA859C

Color information

#AA859C (or 0xAA859C) is unknown color: approx Bouquet. HEX triplet: AA, 85 and 9C. RGB value is (170,133,156). Sum of RGB (Red+Green+Blue) = 170+133+156=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA859C is #557A63. Grayscale: #929292. Windows color (decimal): -5601892 or 10257834. OLE color: 10257834.

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

Color convert

RGB170133156-
CMYK00.220.080.33
HSL322.7º17.87%59.41%-
HSV(B)322.7º21.76%66.67%-
XYZ30.9727.7235.17-
YUV146.68133.26144.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=37.04%
G=28.98%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013315600.220.080.33322.717.8759.41
HexAA859C016821143123b
Octal25220523402610415032273
Binary101010101000010110011100010110100010000110100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA859C; }

 p { color: rgb(170,133,156); }

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

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

 a { background-color: rgb(170,133,156); }

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

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

 span { border-color: rgb(170,133,156); }

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