#A6627D

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

Shades of Tapestry #A6627D

Tints of Tapestry #A6627D

Color information

#A6627D (or 0xA6627D) is unknown color: approx Tapestry. HEX triplet: A6, 62 and 7D. RGB value is (166,98,125). Sum of RGB (Red+Green+Blue) = 166+98+125=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6627D is #599D82. Grayscale: #797979. Windows color (decimal): -5873027 or 8217254. OLE color: 8217254.

HSL color Cylindrical-coordinate representation of color #A6627D: hue angle of 336.18º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6627D is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16698125-
CMYK00.410.250.35
HSL336.18º27.64%51.76%-
HSV(B)336.18º40.96%65.1%-
XYZ23.818.3221.68-
YUV121.41130.03159.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=42.67%
G=25.19%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669812500.410.250.35336.1827.6451.76
HexA6627D02919231501c34
Octal24614217505131435203464
Binary101001101100010111110101010011100110001110101000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6627D; }

 p { color: rgb(166,98,125); }

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

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

 a { background-color: rgb(166,98,125); }

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

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

 span { border-color: rgb(166,98,125); }

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