#A7677F

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

Shades of Tapestry #A7677F

Tints of Tapestry #A7677F

Color information

#A7677F (or 0xA7677F) is unknown color: approx Tapestry. HEX triplet: A7, 67 and 7F. RGB value is (167,103,127). Sum of RGB (Red+Green+Blue) = 167+103+127=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A7677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7677F is #589880. Grayscale: #7C7C7C. Windows color (decimal): -5806209 or 8349607. OLE color: 8349607.

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

Color convert

RGB167103127-
CMYK00.380.240.35
HSL337.5º26.67%52.94%-
HSV(B)337.5º38.32%65.49%-
XYZ24.6219.4522.54-
YUV124.87129.2158.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 127 (50% from 255) = 31.99%
R=42.07%
G=25.94%
B=31.99%

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
Decimal16710312700.380.240.35337.526.6752.94
HexA7677F02618231521b35
Octal24714717704630435223365
Binary101001111100111111111101001101100010001110101001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7677F; }

 p { color: rgb(167,103,127); }

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

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

 a { background-color: rgb(167,103,127); }

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

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

 span { border-color: rgb(167,103,127); }

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