#A26A7F

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

Shades of Tapestry #A26A7F

Tints of Tapestry #A26A7F

Color information

#A26A7F (or 0xA26A7F) is unknown color: approx Tapestry. HEX triplet: A2, 6A and 7F. RGB value is (162,106,127). Sum of RGB (Red+Green+Blue) = 162+106+127=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26A7F is #5D9580. Grayscale: #7D7D7D. Windows color (decimal): -6133121 or 8350370. OLE color: 8350370.

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

Color convert

RGB162106127-
CMYK00.350.220.36
HSL337.5º23.14%52.55%-
HSV(B)337.5º34.57%63.53%-
XYZ23.8919.5222.59-
YUV125.14129.05154.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 127 (50% from 255) = 32.15%
R=41.01%
G=26.84%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210612700.350.220.36337.523.1452.55
HexA26A7F02316241521735
Octal24215217704326445222765
Binary101000101101010111111101000111011010010010101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26A7F; }

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

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

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

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

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

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

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

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