#A6859D

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

Shades of Bouquet #A6859D

Tints of Bouquet #A6859D

Color information

#A6859D (or 0xA6859D) is unknown color: approx Bouquet. HEX triplet: A6, 85 and 9D. RGB value is (166,133,157). Sum of RGB (Red+Green+Blue) = 166+133+157=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 166 - color contains mainly: red. Hex color #A6859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6859D is #597A62. Grayscale: #919191. Windows color (decimal): -5864035 or 10323366. OLE color: 10323366.

HSL color Cylindrical-coordinate representation of color #A6859D: hue angle of 316.36º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6859D is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166133157-
CMYK00.200.050.35
HSL316.36º15.64%58.63%-
HSV(B)316.36º19.88%65.1%-
XYZ30.227.3235.58-
YUV145.6134.43142.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=36.40%
G=29.17%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613315700.200.050.35316.3615.6458.63
HexA6859D01452313c103b
Octal2462052350245434742073
Binary10100110100001011001110101010010110001110011110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6859D; }

 p { color: rgb(166,133,157); }

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

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

 a { background-color: rgb(166,133,157); }

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

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

 span { border-color: rgb(166,133,157); }

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