#A26B80

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

Shades of Tapestry #A26B80

Tints of Tapestry #A26B80

Color information

#A26B80 (or 0xA26B80) is unknown color: approx Tapestry. HEX triplet: A2, 6B and 80. RGB value is (162,107,128). Sum of RGB (Red+Green+Blue) = 162+107+128=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26B80 is #5D947F. Grayscale: #7D7D7D. Windows color (decimal): -6132864 or 8416162. OLE color: 8416162.

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

Color convert

RGB162107128-
CMYK00.340.210.36
HSL337.09º22.82%52.75%-
HSV(B)337.09º33.95%63.53%-
XYZ24.0519.7622.97-
YUV125.84129.22153.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=40.81%
G=26.95%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210712800.340.210.36337.0922.8252.75
HexA26B8002215241511735
Octal24215320004225445212765
Binary1010001011010111000000001000101010110010010101000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26B80; }

 p { color: rgb(162,107,128); }

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

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

 a { background-color: rgb(162,107,128); }

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

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

 span { border-color: rgb(162,107,128); }

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