#a36d7f

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

Shades of Tapestry #A36D7F

Tints of Tapestry #A36D7F

Color information

#A36D7F (or 0xA36D7F) is unknown color: approx Tapestry. HEX triplet: A3, 6D and 7F. RGB value is (163,109,127). Sum of RGB (Red+Green+Blue) = 163+109+127=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D7F is #5C9280. Grayscale: #7F7F7F. Windows color (decimal): -6066817 or 8351139. OLE color: 8351139.

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

Color convert

RGB163109127-
CMYK00.330.220.36
HSL340º22.69%53.33%-
HSV(B)340º33.13%63.92%-
XYZ24.420.2622.7-
YUV127.2127.89153.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 127 (50% from 255) = 31.83%
R=40.85%
G=27.32%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310912700.330.220.3634022.6953.33
HexA36D7F02116241541735
Octal24315517704126445242765
Binary101000111101101111111101000011011010010010101010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36d7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36d7f; }

 p { color: rgb(163,109,127); }

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

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

 a { background-color: rgb(163,109,127); }

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

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

 span { border-color: rgb(163,109,127); }

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