#A8677E

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

Shades of Tapestry #A8677E

Tints of Tapestry #A8677E

Color information

#A8677E (or 0xA8677E) is unknown color: approx Tapestry. HEX triplet: A8, 67 and 7E. RGB value is (168,103,126). Sum of RGB (Red+Green+Blue) = 168+103+126=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8677E is #579881. Grayscale: #7D7D7D. Windows color (decimal): -5740674 or 8284072. OLE color: 8284072.

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

Color convert

RGB168103126-
CMYK00.390.250.34
HSL338.77º27.2%53.14%-
HSV(B)338.77º38.69%65.88%-
XYZ24.7619.5322.2-
YUV125.06128.53158.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=42.32%
G=25.94%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810312600.390.250.34338.7727.253.14
HexA8677E02719221531b35
Octal25014717604731425233365
Binary101010001100111111111001001111100110001010101001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8677E; }

 p { color: rgb(168,103,126); }

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

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

 a { background-color: rgb(168,103,126); }

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

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

 span { border-color: rgb(168,103,126); }

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