#A67383

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

Shades of Tapestry #A67383

Tints of Tapestry #A67383

Color information

#A67383 (or 0xA67383) is unknown color: approx Tapestry. HEX triplet: A6, 73 and 83. RGB value is (166,115,131). Sum of RGB (Red+Green+Blue) = 166+115+131=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A67383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67383 is #598C7C. Grayscale: #848484. Windows color (decimal): -5868669 or 8614822. OLE color: 8614822.

HSL color Cylindrical-coordinate representation of color #A67383: hue angle of 341.18º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67383 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB166115131-
CMYK00.310.210.35
HSL341.18º22.27%55.1%-
HSV(B)341.18º30.72%65.1%-
XYZ25.9522.0124.35-
YUV132.07127.4152.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=40.29%
G=27.91%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611513100.310.210.35341.1822.2755.1
HexA6738301F15231551637
Octal24616320303725435252667
Binary101001101110011100000110111111010110001110101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67383; }

 p { color: rgb(166,115,131); }

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

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

 a { background-color: rgb(166,115,131); }

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

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

 span { border-color: rgb(166,115,131); }

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