#A4697F

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

Shades of Tapestry #A4697F

Tints of Tapestry #A4697F

Color information

#A4697F (or 0xA4697F) is unknown color: approx Tapestry. HEX triplet: A4, 69 and 7F. RGB value is (164,105,127). Sum of RGB (Red+Green+Blue) = 164+105+127=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A4697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4697F is #5B9680. Grayscale: #7D7D7D. Windows color (decimal): -6002305 or 8350116. OLE color: 8350116.

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

Color convert

RGB164105127-
CMYK00.360.230.36
HSL337.63º24.48%52.75%-
HSV(B)337.63º35.98%64.31%-
XYZ24.1919.5322.57-
YUV125.15129.05155.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 127 (50% from 255) = 32.07%
R=41.41%
G=26.52%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410512700.360.230.36337.6324.4852.75
HexA4697F02417241521835
Octal24415117704427445223065
Binary101001001101001111111101001001011110010010101001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4697F; }

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

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

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

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

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

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

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

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