#A6637F

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

Shades of Tapestry #A6637F

Tints of Tapestry #A6637F

Color information

#A6637F (or 0xA6637F) is unknown color: approx Tapestry. HEX triplet: A6, 63 and 7F. RGB value is (166,99,127). Sum of RGB (Red+Green+Blue) = 166+99+127=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6637F is #599C80. Grayscale: #7A7A7A. Windows color (decimal): -5872769 or 8348582. OLE color: 8348582.

HSL color Cylindrical-coordinate representation of color #A6637F: hue angle of 334.93º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6637F is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16699127-
CMYK00.400.230.35
HSL334.93º27.35%51.96%-
HSV(B)334.93º40.36%65.1%-
XYZ24.0218.5622.4-
YUV122.22130.7159.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 127 (50% from 255) = 32.40%
R=42.35%
G=25.26%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669912700.400.230.35334.9327.3551.96
HexA6637F028172314f1b34
Octal24614317705027435173364
Binary101001101100011111111101010001011110001110100111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6637F; }

 p { color: rgb(166,99,127); }

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

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

 a { background-color: rgb(166,99,127); }

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

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

 span { border-color: rgb(166,99,127); }

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