#A67683

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

Shades of Tapestry #A67683

Tints of Tapestry #A67683

Color information

#A67683 (or 0xA67683) is unknown color: approx Tapestry. HEX triplet: A6, 76 and 83. RGB value is (166,118,131). Sum of RGB (Red+Green+Blue) = 166+118+131=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A67683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67683 is #59897C. Grayscale: #858585. Windows color (decimal): -5867901 or 8615590. OLE color: 8615590.

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

Color convert

RGB166118131-
CMYK00.290.210.35
HSL343.75º21.24%55.69%-
HSV(B)343.75º28.92%65.1%-
XYZ26.322.724.47-
YUV133.83126.4150.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=40%
G=28.43%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611813100.290.210.35343.7521.2455.69
HexA6768301D15231581538
Octal24616620303525435302570
Binary101001101110110100000110111011010110001110101100010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67683; }

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

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

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

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

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

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

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

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