#A6667E

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

Shades of Tapestry #A6667E

Tints of Tapestry #A6667E

Color information

#A6667E (or 0xA6667E) is unknown color: approx Tapestry. HEX triplet: A6, 66 and 7E. RGB value is (166,102,126). Sum of RGB (Red+Green+Blue) = 166+102+126=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6667E is #599981. Grayscale: #7B7B7B. Windows color (decimal): -5872002 or 8283814. OLE color: 8283814.

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

Color convert

RGB166102126-
CMYK00.390.240.35
HSL337.5º26.45%52.55%-
HSV(B)337.5º38.55%65.1%-
XYZ24.2419.1222.15-
YUV123.87129.2158.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=42.13%
G=25.89%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610212600.390.240.35337.526.4552.55
HexA6667E02718231521a35
Octal24614617604730435223265
Binary101001101100110111111001001111100010001110101001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6667E; }

 p { color: rgb(166,102,126); }

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

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

 a { background-color: rgb(166,102,126); }

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

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

 span { border-color: rgb(166,102,126); }

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