#A8697F

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

Shades of Tapestry #A8697F

Tints of Tapestry #A8697F

Color information

#A8697F (or 0xA8697F) is unknown color: approx Tapestry. HEX triplet: A8, 69 and 7F. RGB value is (168,105,127). Sum of RGB (Red+Green+Blue) = 168+105+127=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A8697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8697F is #579680. Grayscale: #7E7E7E. Windows color (decimal): -5740161 or 8350120. OLE color: 8350120.

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

Color convert

RGB168105127-
CMYK00.380.240.34
HSL339.05º26.58%53.53%-
HSV(B)339.05º37.5%65.88%-
XYZ25.0319.9622.61-
YUV126.34128.37157.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 127 (50% from 255) = 31.75%
R=42%
G=26.25%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810512700.380.240.34339.0526.5853.53
HexA8697F02618221531b36
Octal25015117704630425233366
Binary101010001101001111111101001101100010001010101001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8697F; }

 p { color: rgb(168,105,127); }

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

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

 a { background-color: rgb(168,105,127); }

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

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

 span { border-color: rgb(168,105,127); }

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