#A7657F

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

Shades of Tapestry #A7657F

Tints of Tapestry #A7657F

Color information

#A7657F (or 0xA7657F) is unknown color: approx Tapestry. HEX triplet: A7, 65 and 7F. RGB value is (167,101,127). Sum of RGB (Red+Green+Blue) = 167+101+127=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7657F is #589A80. Grayscale: #7B7B7B. Windows color (decimal): -5806721 or 8349095. OLE color: 8349095.

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

Color convert

RGB167101127-
CMYK00.400.240.35
HSL336.36º27.27%52.55%-
HSV(B)336.36º39.52%65.49%-
XYZ24.4219.0622.47-
YUV123.7129.87158.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 127 (50% from 255) = 32.15%
R=42.28%
G=25.57%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710112700.400.240.35336.3627.2752.55
HexA7657F02818231501b35
Octal24714517705030435203365
Binary101001111100101111111101010001100010001110101000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7657F; }

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

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

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

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

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

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

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

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