#A67E8A

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

Shades of Tapestry #A67E8A

Tints of Tapestry #A67E8A

Color information

#A67E8A (or 0xA67E8A) is unknown color: approx Tapestry. HEX triplet: A6, 7E and 8A. RGB value is (166,126,138). Sum of RGB (Red+Green+Blue) = 166+126+138=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67E8A is #598175. Grayscale: #8B8B8B. Windows color (decimal): -5865846 or 9076390. OLE color: 9076390.

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

Color convert

RGB166126138-
CMYK00.240.170.35
HSL342º18.35%57.25%-
HSV(B)342º24.1%65.1%-
XYZ27.7724.8627.38-
YUV139.33127.25147.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=38.60%
G=29.30%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612613800.240.170.3534218.3557.25
HexA67E8A01811231561239
Octal24617621203021435262271
Binary101001101111110100010100110001000110001110101011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E8A; }

 p { color: rgb(166,126,138); }

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

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

 a { background-color: rgb(166,126,138); }

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

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

 span { border-color: rgb(166,126,138); }

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