#A67D8C

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

Shades of Tapestry #A67D8C

Tints of Tapestry #A67D8C

Color information

#A67D8C (or 0xA67D8C) is unknown color: approx Tapestry. HEX triplet: A6, 7D and 8C. RGB value is (166,125,140). Sum of RGB (Red+Green+Blue) = 166+125+140=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D8C is #598273. Grayscale: #8A8A8A. Windows color (decimal): -5866100 or 9207206. OLE color: 9207206.

HSL color Cylindrical-coordinate representation of color #A67D8C: hue angle of 338.05º 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 #A67D8C is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB166125140-
CMYK00.250.160.35
HSL338.05º18.72%57.06%-
HSV(B)338.05º24.7%65.1%-
XYZ27.7924.6728.11-
YUV138.97128.58147.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=38.52%
G=29.00%
B=32.48%

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
Decimal16612514000.250.160.35338.0518.7257.06
HexA67D8C01910231521339
Octal24617521403120435222371
Binary101001101111101100011000110011000010001110101001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D8C; }

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

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

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

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

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

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

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

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