#A6859C

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

Shades of Bouquet #A6859C

Tints of Bouquet #A6859C

Color information

#A6859C (or 0xA6859C) is unknown color: approx Bouquet. HEX triplet: A6, 85 and 9C. RGB value is (166,133,156). Sum of RGB (Red+Green+Blue) = 166+133+156=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6859C is #597A63. Grayscale: #919191. Windows color (decimal): -5864036 or 10257830. OLE color: 10257830.

HSL color Cylindrical-coordinate representation of color #A6859C: hue angle of 318.18º 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 #A6859C is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB166133156-
CMYK00.200.060.35
HSL318.18º15.64%58.63%-
HSV(B)318.18º19.88%65.1%-
XYZ30.1127.2835.13-
YUV145.49133.93142.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=36.48%
G=29.23%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613315600.200.060.35318.1815.6458.63
HexA6859C01462313e103b
Octal2462052340246434762073
Binary10100110100001011001110001010011010001110011111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6859C; }

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

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

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

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

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

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

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

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