#A6677E

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

Shades of Tapestry #A6677E

Tints of Tapestry #A6677E

Color information

#A6677E (or 0xA6677E) is unknown color: approx Tapestry. HEX triplet: A6, 67 and 7E. RGB value is (166,103,126). Sum of RGB (Red+Green+Blue) = 166+103+126=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A6677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6677E is #599881. Grayscale: #7C7C7C. Windows color (decimal): -5871746 or 8284070. OLE color: 8284070.

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

Color convert

RGB166103126-
CMYK00.380.240.35
HSL338.1º26.14%52.75%-
HSV(B)338.1º37.95%65.1%-
XYZ24.3419.3122.18-
YUV124.46128.87157.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=42.03%
G=26.08%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610312600.380.240.35338.126.1452.75
HexA6677E02618231521a35
Octal24614717604630435223265
Binary101001101100111111111001001101100010001110101001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6677E; }

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

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

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

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

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

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

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

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