#A26F7F

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

Shades of Tapestry #A26F7F

Tints of Tapestry #A26F7F

Color information

#A26F7F (or 0xA26F7F) is unknown color: approx Tapestry. HEX triplet: A2, 6F and 7F. RGB value is (162,111,127). Sum of RGB (Red+Green+Blue) = 162+111+127=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26F7F is #5D9080. Grayscale: #808080. Windows color (decimal): -6131841 or 8351650. OLE color: 8351650.

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

Color convert

RGB162111127-
CMYK00.310.220.36
HSL341.18º21.52%53.53%-
HSV(B)341.18º31.48%63.53%-
XYZ24.4220.5822.76-
YUV128.07127.4152.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 127 (50% from 255) = 31.75%
R=40.5%
G=27.75%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211112700.310.220.36341.1821.5253.53
HexA26F7F01F16241551636
Octal24215717703726445252666
Binary10100010110111111111110111111011010010010101010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F7F; }

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

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

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

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

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

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

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

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