#A36F83

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

Shades of Tapestry #A36F83

Tints of Tapestry #A36F83

Color information

#A36F83 (or 0xA36F83) is unknown color: approx Tapestry. HEX triplet: A3, 6F and 83. RGB value is (163,111,131). Sum of RGB (Red+Green+Blue) = 163+111+131=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F83 is #5C907C. Grayscale: #808080. Windows color (decimal): -6066301 or 8613795. OLE color: 8613795.

HSL color Cylindrical-coordinate representation of color #A36F83: hue angle of 336.92º 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 #A36F83 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163111131-
CMYK00.320.200.36
HSL336.92º22.03%53.73%-
HSV(B)336.92º31.9%63.92%-
XYZ24.8920.7924.17-
YUV128.83129.23152.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=40.25%
G=27.41%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311113100.320.200.36336.9222.0353.73
HexA36F8302014241511636
Octal24315720304024445212666
Binary1010001111011111000001101000001010010010010101000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F83; }

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

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

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

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

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

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

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

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