#A0859C

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

Shades of Bouquet #A0859C

Tints of Bouquet #A0859C

Color information

#A0859C (or 0xA0859C) is unknown color: approx Bouquet. HEX triplet: A0, 85 and 9C. RGB value is (160,133,156). Sum of RGB (Red+Green+Blue) = 160+133+156=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 160 - color contains mainly: red. Hex color #A0859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0859C is #5F7A63. Grayscale: #8F8F8F. Windows color (decimal): -6257252 or 10257824. OLE color: 10257824.

HSL color Cylindrical-coordinate representation of color #A0859C: hue angle of 308.89º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0859C is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB160133156-
CMYK00.170.020.37
HSL308.89º12.44%57.45%-
HSV(B)308.89º16.88%62.75%-
XYZ28.8926.6535.07-
YUV143.7134.95139.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=35.63%
G=29.62%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013315600.170.020.37308.8912.4457.45
HexA0859C011225135c39
Octal2402052340212454651471
Binary101000001000010110011100010001101001011001101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0859C; }

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

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

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

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

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

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

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

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