#A68388

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

Shades of Tapestry #A68388

Tints of Tapestry #A68388

Color information

#A68388 (or 0xA68388) is unknown color: approx Tapestry. HEX triplet: A6, 83 and 88. RGB value is (166,131,136). Sum of RGB (Red+Green+Blue) = 166+131+136=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A68388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68388 is #597C77. Grayscale: #8E8E8E. Windows color (decimal): -5864568 or 8946598. OLE color: 8946598.

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

Color convert

RGB166131136-
CMYK00.210.180.35
HSL351.43º16.43%58.24%-
HSV(B)351.43º21.08%65.1%-
XYZ28.2926.1226.84-
YUV142.04124.6145.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=38.34%
G=30.25%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613113600.210.180.35351.4316.4358.24
HexA68388015122315f103a
Octal24620321002522435372072
Binary1010011010000011100010000101011001010001110101111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68388; }

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

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

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

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

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

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

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

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