#A0859A

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

Shades of Bouquet #A0859A

Tints of Bouquet #A0859A

Color information

#A0859A (or 0xA0859A) is unknown color: approx Bouquet. HEX triplet: A0, 85 and 9A. RGB value is (160,133,154). Sum of RGB (Red+Green+Blue) = 160+133+154=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A0859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0859A is #5F7A65. Grayscale: #8F8F8F. Windows color (decimal): -6257254 or 10126752. OLE color: 10126752.

HSL color Cylindrical-coordinate representation of color #A0859A: hue angle of 313.33º 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 #A0859A is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB160133154-
CMYK00.170.040.37
HSL313.33º12.44%57.45%-
HSV(B)313.33º16.88%62.75%-
XYZ28.7226.5834.19-
YUV143.47133.95139.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=35.79%
G=29.75%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013315400.170.040.37313.3312.4457.45
HexA0859A011425139c39
Octal2402052320214454711471
Binary1010000010000101100110100100011001001011001110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0859A; }

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

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

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

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

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

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

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

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