#A26C7F

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

Shades of Tapestry #A26C7F

Tints of Tapestry #A26C7F

Color information

#A26C7F (or 0xA26C7F) is unknown color: approx Tapestry. HEX triplet: A2, 6C and 7F. RGB value is (162,108,127). Sum of RGB (Red+Green+Blue) = 162+108+127=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C7F is #5D9380. Grayscale: #7E7E7E. Windows color (decimal): -6132609 or 8350882. OLE color: 8350882.

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

Color convert

RGB162108127-
CMYK00.330.220.36
HSL338.89º22.5%52.94%-
HSV(B)338.89º33.33%63.53%-
XYZ24.0919.9422.66-
YUV126.31128.39153.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 127 (50% from 255) = 31.99%
R=40.81%
G=27.20%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210812700.330.220.36338.8922.552.94
HexA26C7F02116241531735
Octal24215417704126445232765
Binary101000101101100111111101000011011010010010101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C7F; }

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

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

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

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

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

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

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

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