#A4677F

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

Shades of Tapestry #A4677F

Tints of Tapestry #A4677F

Color information

#A4677F (or 0xA4677F) is unknown color: approx Tapestry. HEX triplet: A4, 67 and 7F. RGB value is (164,103,127). Sum of RGB (Red+Green+Blue) = 164+103+127=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A4677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4677F is #5B9880. Grayscale: #7B7B7B. Windows color (decimal): -6002817 or 8349604. OLE color: 8349604.

HSL color Cylindrical-coordinate representation of color #A4677F: hue angle of 336.39º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4677F is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB164103127-
CMYK00.370.230.36
HSL336.39º25.1%52.35%-
HSV(B)336.39º37.2%64.31%-
XYZ23.9919.1322.51-
YUV123.98129.71156.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 103 (40.62% from 255) = 26.14%
BLUE value IS 127 (50% from 255) = 32.23%
R=41.62%
G=26.14%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410312700.370.230.36336.3925.152.35
HexA4677F02517241501934
Octal24414717704527445203164
Binary101001001100111111111101001011011110010010101000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4677F; }

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

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

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

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

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

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

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

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