#A7667C

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

Shades of Tapestry #A7667C

Tints of Tapestry #A7667C

Color information

#A7667C (or 0xA7667C) is unknown color: approx Tapestry. HEX triplet: A7, 66 and 7C. RGB value is (167,102,124). Sum of RGB (Red+Green+Blue) = 167+102+124=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7667C is #589983. Grayscale: #7B7B7B. Windows color (decimal): -5806468 or 8152743. OLE color: 8152743.

HSL color Cylindrical-coordinate representation of color #A7667C: hue angle of 339.69º degrees, saturation: 0.27, 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 #A7667C is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB167102124-
CMYK00.390.260.35
HSL339.69º26.97%52.75%-
HSV(B)339.69º38.92%65.49%-
XYZ24.3319.1721.49-
YUV123.94128.03158.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=42.49%
G=25.95%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710212400.390.260.35339.6926.9752.75
HexA7667C0271A231541b35
Octal24714617404732435243365
Binary101001111100110111110001001111101010001110101010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7667C; }

 p { color: rgb(167,102,124); }

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

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

 a { background-color: rgb(167,102,124); }

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

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

 span { border-color: rgb(167,102,124); }

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