#A67D8B

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

Shades of Tapestry #A67D8B

Tints of Tapestry #A67D8B

Color information

#A67D8B (or 0xA67D8B) is unknown color: approx Tapestry. HEX triplet: A6, 7D and 8B. RGB value is (166,125,139). Sum of RGB (Red+Green+Blue) = 166+125+139=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D8B is #598274. Grayscale: #8A8A8A. Windows color (decimal): -5866101 or 9141670. OLE color: 9141670.

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

Color convert

RGB166125139-
CMYK00.250.160.35
HSL339.51º18.72%57.06%-
HSV(B)339.51º24.7%65.1%-
XYZ27.7224.6427.72-
YUV138.85128.08147.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=38.60%
G=29.07%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612513900.250.160.35339.5118.7257.06
HexA67D8B01910231541339
Octal24617521303120435242371
Binary101001101111101100010110110011000010001110101010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D8B; }

 p { color: rgb(166,125,139); }

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

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

 a { background-color: rgb(166,125,139); }

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

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

 span { border-color: rgb(166,125,139); }

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