#A6759A

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

Shades of Bouquet #A6759A

Tints of Bouquet #A6759A

Color information

#A6759A (or 0xA6759A) is unknown color: approx Bouquet. HEX triplet: A6, 75 and 9A. RGB value is (166,117,154). Sum of RGB (Red+Green+Blue) = 166+117+154=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A6759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6759A is #598A65. Grayscale: #878787. Windows color (decimal): -5868134 or 10122662. OLE color: 10122662.

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

Color convert

RGB166117154-
CMYK00.300.070.35
HSL314.69º21.59%55.49%-
HSV(B)314.69º29.52%65.1%-
XYZ27.9223.1633.57-
YUV135.87138.23149.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=37.99%
G=26.77%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611715400.300.070.35314.6921.5955.49
HexA6759A01E72313b1637
Octal2461652320367434732667
Binary1010011011101011001101001111011110001110011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6759A; }

 p { color: rgb(166,117,154); }

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

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

 a { background-color: rgb(166,117,154); }

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

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

 span { border-color: rgb(166,117,154); }

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