#A66E95

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

Shades of Bouquet #A66E95

Tints of Bouquet #A66E95

Color information

#A66E95 (or 0xA66E95) is unknown color: approx Bouquet. HEX triplet: A6, 6E and 95. RGB value is (166,110,149). Sum of RGB (Red+Green+Blue) = 166+110+149=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66E95 is #59916A. Grayscale: #838383. Windows color (decimal): -5869931 or 9793190. OLE color: 9793190.

HSL color Cylindrical-coordinate representation of color #A66E95: hue angle of 318.21º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66E95 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166110149-
CMYK00.340.100.35
HSL318.21º23.93%54.12%-
HSV(B)318.21º33.73%65.1%-
XYZ26.7321.4331.16-
YUV131.19138.05152.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=39.06%
G=25.88%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611014900.340.100.35318.2123.9354.12
HexA66E95022A2313e1836
Octal24615622504212434763066
Binary101001101101110100101010100010101010001110011111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E95; }

 p { color: rgb(166,110,149); }

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

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

 a { background-color: rgb(166,110,149); }

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

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

 span { border-color: rgb(166,110,149); }

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