#A26E81

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

Shades of Tapestry #A26E81

Tints of Tapestry #A26E81

Color information

#A26E81 (or 0xA26E81) is unknown color: approx Tapestry. HEX triplet: A2, 6E and 81. RGB value is (162,110,129). Sum of RGB (Red+Green+Blue) = 162+110+129=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26E81 is #5D917E. Grayscale: #7F7F7F. Windows color (decimal): -6132095 or 8482466. OLE color: 8482466.

HSL color Cylindrical-coordinate representation of color #A26E81: hue angle of 338.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A26E81 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB162110129-
CMYK00.320.200.36
HSL338.08º21.85%53.33%-
HSV(B)338.08º32.1%63.53%-
XYZ24.4420.4223.42-
YUV127.71128.73152.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=40.40%
G=27.43%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211012900.320.200.36338.0821.8553.33
HexA26E8102014241521635
Octal24215620104024445222665
Binary1010001011011101000000101000001010010010010101001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E81; }

 p { color: rgb(162,110,129); }

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

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

 a { background-color: rgb(162,110,129); }

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

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

 span { border-color: rgb(162,110,129); }

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