#A26F83

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

Shades of Tapestry #A26F83

Tints of Tapestry #A26F83

Color information

#A26F83 (or 0xA26F83) is unknown color: approx Tapestry. HEX triplet: A2, 6F and 83. RGB value is (162,111,131). Sum of RGB (Red+Green+Blue) = 162+111+131=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26F83 is #5D907C. Grayscale: #808080. Windows color (decimal): -6131837 or 8613794. OLE color: 8613794.

HSL color Cylindrical-coordinate representation of color #A26F83: hue angle of 336.47º 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 #A26F83 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB162111131-
CMYK00.310.190.36
HSL336.47º21.52%53.53%-
HSV(B)336.47º31.48%63.53%-
XYZ24.6820.6924.17-
YUV128.53129.4151.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=40.10%
G=27.48%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211113100.310.190.36336.4721.5253.53
HexA26F8301F13241501636
Octal24215720303723445202666
Binary101000101101111100000110111111001110010010101000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F83; }

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

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

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

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

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

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

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

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