#A9697D

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

Shades of Tapestry #A9697D

Tints of Tapestry #A9697D

Color information

#A9697D (or 0xA9697D) is unknown color: approx Tapestry. HEX triplet: A9, 69 and 7D. RGB value is (169,105,125). Sum of RGB (Red+Green+Blue) = 169+105+125=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A9697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9697D is #569682. Grayscale: #7E7E7E. Windows color (decimal): -5674627 or 8219049. OLE color: 8219049.

HSL color Cylindrical-coordinate representation of color #A9697D: hue angle of 341.25º 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 #A9697D is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB169105125-
CMYK00.380.260.34
HSL341.25º27.12%53.73%-
HSV(B)341.25º37.87%66.27%-
XYZ25.1220.0221.94-
YUV126.42127.2158.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=42.36%
G=26.32%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910512500.380.260.34341.2527.1253.73
HexA9697D0261A221551b36
Octal25115117504632425253366
Binary101010011101001111110101001101101010001010101010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9697D; }

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

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

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

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

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

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

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

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