#A6739D

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

Shades of Bouquet #A6739D

Tints of Bouquet #A6739D

Color information

#A6739D (or 0xA6739D) is unknown color: approx Bouquet. HEX triplet: A6, 73 and 9D. RGB value is (166,115,157). Sum of RGB (Red+Green+Blue) = 166+115+157=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6739D is #598C62. Grayscale: #868686. Windows color (decimal): -5868643 or 10318758. OLE color: 10318758.

HSL color Cylindrical-coordinate representation of color #A6739D: hue angle of 310.59º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6739D is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166115157-
CMYK00.310.050.35
HSL310.59º22.27%55.1%-
HSV(B)310.59º30.72%65.1%-
XYZ27.9422.834.83-
YUV135.04140.4150.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=37.90%
G=26.26%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611515700.310.050.35310.5922.2755.1
HexA6739D01F5231371637
Octal2461632350375434672667
Binary1010011011100111001110101111110110001110011011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6739D; }

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

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

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

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

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

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

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

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