#A4617A

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

Shades of Tapestry #A4617A

Tints of Tapestry #A4617A

Color information

#A4617A (or 0xA4617A) is unknown color: approx Tapestry. HEX triplet: A4, 61 and 7A. RGB value is (164,97,122). Sum of RGB (Red+Green+Blue) = 164+97+122=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A4617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4617A is #5B9E85. Grayscale: #777777. Windows color (decimal): -6004358 or 8020388. OLE color: 8020388.

HSL color Cylindrical-coordinate representation of color #A4617A: hue angle of 337.61º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4617A is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16497122-
CMYK00.410.260.36
HSL337.61º26.91%51.18%-
HSV(B)337.61º40.85%64.31%-
XYZ23.117.8520.64-
YUV119.88129.2159.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=42.82%
G=25.33%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649712200.410.260.36337.6126.9151.18
HexA4617A0291A241521b33
Octal24414117205132445223363
Binary101001001100001111101001010011101010010010101001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4617A; }

 p { color: rgb(164,97,122); }

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

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

 a { background-color: rgb(164,97,122); }

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

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

 span { border-color: rgb(164,97,122); }

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