#AA859B

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

Shades of Bouquet #AA859B

Tints of Bouquet #AA859B

Color information

#AA859B (or 0xAA859B) is unknown color: approx Bouquet. HEX triplet: AA, 85 and 9B. RGB value is (170,133,155). Sum of RGB (Red+Green+Blue) = 170+133+155=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA859B is #557A64. Grayscale: #929292. Windows color (decimal): -5601893 or 10192298. OLE color: 10192298.

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

Color convert

RGB170133155-
CMYK00.220.090.33
HSL324.32º17.87%59.41%-
HSV(B)324.32º21.76%66.67%-
XYZ30.8827.6934.73-
YUV146.57132.76144.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=37.12%
G=29.04%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013315500.220.090.33324.3217.8759.41
HexAA859B016921144123b
Octal25220523302611415042273
Binary101010101000010110011011010110100110000110100010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA859B; }

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

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

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

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

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

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

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

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