#A26F81

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

Shades of Tapestry #A26F81

Tints of Tapestry #A26F81

Color information

#A26F81 (or 0xA26F81) is unknown color: approx Tapestry. HEX triplet: A2, 6F and 81. RGB value is (162,111,129). Sum of RGB (Red+Green+Blue) = 162+111+129=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26F81 is #5D907E. Grayscale: #808080. Windows color (decimal): -6131839 or 8482722. OLE color: 8482722.

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

Color convert

RGB162111129-
CMYK00.310.200.36
HSL338.82º21.52%53.53%-
HSV(B)338.82º31.48%63.53%-
XYZ24.5520.6423.46-
YUV128.3128.4152.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=40.30%
G=27.61%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211112900.310.200.36338.8221.5253.53
HexA26F8101F14241531636
Octal24215720103724445232666
Binary101000101101111100000010111111010010010010101001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F81; }

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

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

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

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

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

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

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

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