#A67281

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

Shades of Tapestry #A67281

Tints of Tapestry #A67281

Color information

#A67281 (or 0xA67281) is unknown color: approx Tapestry. HEX triplet: A6, 72 and 81. RGB value is (166,114,129). Sum of RGB (Red+Green+Blue) = 166+114+129=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A67281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67281 is #598D7E. Grayscale: #838383. Windows color (decimal): -5868927 or 8483494. OLE color: 8483494.

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

Color convert

RGB166114129-
CMYK00.310.220.35
HSL342.69º22.61%54.9%-
HSV(B)342.69º31.33%65.1%-
XYZ25.7121.7323.61-
YUV131.26126.73152.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=40.59%
G=27.87%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611412900.310.220.35342.6922.6154.9
HexA6728101F16231571737
Octal24616220103726435272767
Binary101001101110010100000010111111011010001110101011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67281; }

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

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

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

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

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

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

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

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