#A36F80

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

Shades of Tapestry #A36F80

Tints of Tapestry #A36F80

Color information

#A36F80 (or 0xA36F80) is unknown color: approx Tapestry. HEX triplet: A3, 6F and 80. RGB value is (163,111,128). Sum of RGB (Red+Green+Blue) = 163+111+128=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F80 is #5C907F. Grayscale: #808080. Windows color (decimal): -6066304 or 8417187. OLE color: 8417187.

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

Color convert

RGB163111128-
CMYK00.320.210.36
HSL340.38º22.03%53.73%-
HSV(B)340.38º31.9%63.92%-
XYZ24.6820.7123.12-
YUV128.49127.73152.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=40.55%
G=27.61%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311112800.320.210.36340.3822.0353.73
HexA36F8002015241541636
Octal24315720004025445242666
Binary1010001111011111000000001000001010110010010101010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F80; }

 p { color: rgb(163,111,128); }

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

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

 a { background-color: rgb(163,111,128); }

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

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

 span { border-color: rgb(163,111,128); }

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