#A9697E

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

Shades of Tapestry #A9697E

Tints of Tapestry #A9697E

Color information

#A9697E (or 0xA9697E) is unknown color: approx Tapestry. HEX triplet: A9, 69 and 7E. RGB value is (169,105,126). Sum of RGB (Red+Green+Blue) = 169+105+126=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A9697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9697E is #569681. Grayscale: #7E7E7E. Windows color (decimal): -5674626 or 8284585. OLE color: 8284585.

HSL color Cylindrical-coordinate representation of color #A9697E: hue angle of 340.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9697E is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB169105126-
CMYK00.380.250.34
HSL340.31º27.12%53.73%-
HSV(B)340.31º37.87%66.27%-
XYZ25.1820.0422.28-
YUV126.53127.7158.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=42.25%
G=26.25%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910512600.380.250.34340.3127.1253.73
HexA9697E02619221541b36
Octal25115117604631425243366
Binary101010011101001111111001001101100110001010101010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9697E; }

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

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

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

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

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

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

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

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