#A67A83

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

Shades of Tapestry #A67A83

Tints of Tapestry #A67A83

Color information

#A67A83 (or 0xA67A83) is unknown color: approx Tapestry. HEX triplet: A6, 7A and 83. RGB value is (166,122,131). Sum of RGB (Red+Green+Blue) = 166+122+131=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67A83 is #59857C. Grayscale: #888888. Windows color (decimal): -5866877 or 8616614. OLE color: 8616614.

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

Color convert

RGB166122131-
CMYK00.270.210.35
HSL347.73º19.82%56.47%-
HSV(B)347.73º26.51%65.1%-
XYZ26.7823.6624.63-
YUV136.18125.08149.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 131 (51.56% from 255) = 31.26%
R=39.62%
G=29.12%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612213100.270.210.35347.7319.8256.47
HexA67A8301B152315c1438
Octal24617220303325435342470
Binary101001101111010100000110110111010110001110101110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67A83; }

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

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

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

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

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

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

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

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