#A67D85

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

Shades of Tapestry #A67D85

Tints of Tapestry #A67D85

Color information

#A67D85 (or 0xA67D85) is unknown color: approx Tapestry. HEX triplet: A6, 7D and 85. RGB value is (166,125,133). Sum of RGB (Red+Green+Blue) = 166+125+133=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67D85 is #59827A. Grayscale: #8A8A8A. Windows color (decimal): -5866107 or 8748454. OLE color: 8748454.

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

Color convert

RGB166125133-
CMYK00.250.200.35
HSL348.29º18.72%57.06%-
HSV(B)348.29º24.7%65.1%-
XYZ27.2924.4725.47-
YUV138.17125.08147.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=39.15%
G=29.48%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612513300.250.200.35348.2918.7257.06
HexA67D85019142315c1339
Octal24617520503124435342371
Binary101001101111101100001010110011010010001110101110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67D85; }

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

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

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

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

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

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

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

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