#A26A7E

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

Shades of Tapestry #A26A7E

Tints of Tapestry #A26A7E

Color information

#A26A7E (or 0xA26A7E) is unknown color: approx Tapestry. HEX triplet: A2, 6A and 7E. RGB value is (162,106,126). Sum of RGB (Red+Green+Blue) = 162+106+126=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26A7E is #5D9581. Grayscale: #7D7D7D. Windows color (decimal): -6133122 or 8284834. OLE color: 8284834.

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

Color convert

RGB162106126-
CMYK00.350.220.36
HSL338.57º23.14%52.55%-
HSV(B)338.57º34.57%63.53%-
XYZ23.8219.522.25-
YUV125.02128.55154.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=41.12%
G=26.90%
B=31.98%

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
Decimal16210612600.350.220.36338.5723.1452.55
HexA26A7E02316241531735
Octal24215217604326445232765
Binary101000101101010111111001000111011010010010101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26A7E; }

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

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

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

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

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

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

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

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