#A67181

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

Shades of Tapestry #A67181

Tints of Tapestry #A67181

Color information

#A67181 (or 0xA67181) is unknown color: approx Tapestry. HEX triplet: A6, 71 and 81. RGB value is (166,113,129). Sum of RGB (Red+Green+Blue) = 166+113+129=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A67181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67181 is #598E7E. Grayscale: #828282. Windows color (decimal): -5869183 or 8483238. OLE color: 8483238.

HSL color Cylindrical-coordinate representation of color #A67181: hue angle of 341.89º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67181 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB166113129-
CMYK00.320.220.35
HSL341.89º22.94%54.71%-
HSV(B)341.89º31.93%65.1%-
XYZ25.5921.523.57-
YUV130.67127.06153.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=40.69%
G=27.70%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611312900.320.220.35341.8922.9454.71
HexA6718102016231561737
Octal24616120104026435262767
Binary1010011011100011000000101000001011010001110101011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67181; }

 p { color: rgb(166,113,129); }

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

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

 a { background-color: rgb(166,113,129); }

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

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

 span { border-color: rgb(166,113,129); }

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