#A5697E

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

Shades of Tapestry #A5697E

Tints of Tapestry #A5697E

Color information

#A5697E (or 0xA5697E) is unknown color: approx Tapestry. HEX triplet: A5, 69 and 7E. RGB value is (165,105,126). Sum of RGB (Red+Green+Blue) = 165+105+126=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A5697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5697E is #5A9681. Grayscale: #7D7D7D. Windows color (decimal): -5936770 or 8284581. OLE color: 8284581.

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

Color convert

RGB165105126-
CMYK00.360.240.35
HSL339º25%52.94%-
HSV(B)339º36.36%64.71%-
XYZ24.3319.6122.24-
YUV125.33128.38156.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=41.67%
G=26.52%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510512600.360.240.353392552.94
HexA5697E02418231531935
Octal24515117604430435233165
Binary101001011101001111111001001001100010001110101001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5697E; }

 p { color: rgb(165,105,126); }

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

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

 a { background-color: rgb(165,105,126); }

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

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

 span { border-color: rgb(165,105,126); }

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