#A8859A

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

Shades of Bouquet #A8859A

Tints of Bouquet #A8859A

Color information

#A8859A (or 0xA8859A) is unknown color: approx Bouquet. HEX triplet: A8, 85 and 9A. RGB value is (168,133,154). Sum of RGB (Red+Green+Blue) = 168+133+154=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 168 - color contains mainly: red. Hex color #A8859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8859A is #577A65. Grayscale: #919191. Windows color (decimal): -5732966 or 10126760. OLE color: 10126760.

HSL color Cylindrical-coordinate representation of color #A8859A: hue angle of 324º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8859A is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB168133154-
CMYK00.210.080.34
HSL324º16.75%59.02%-
HSV(B)324º20.83%65.88%-
XYZ30.3727.4334.27-
YUV145.86132.6143.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=36.92%
G=29.23%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813315400.210.080.3432416.7559.02
HexA8859A015822144113b
Octal25020523202510425042173
Binary101010001000010110011010010101100010001010100010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8859A; }

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

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

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

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

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

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

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

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