#A8657E

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

Shades of Tapestry #A8657E

Tints of Tapestry #A8657E

Color information

#A8657E (or 0xA8657E) is unknown color: approx Tapestry. HEX triplet: A8, 65 and 7E. RGB value is (168,101,126). Sum of RGB (Red+Green+Blue) = 168+101+126=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8657E is #579A81. Grayscale: #7B7B7B. Windows color (decimal): -5741186 or 8283560. OLE color: 8283560.

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

Color convert

RGB168101126-
CMYK00.400.250.34
HSL337.61º27.8%52.75%-
HSV(B)337.61º39.88%65.88%-
XYZ24.5719.1422.14-
YUV123.88129.2159.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.53%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=42.53%
G=25.57%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810112600.400.250.34337.6127.852.75
HexA8657E02819221521c35
Octal25014517605031425223465
Binary101010001100101111111001010001100110001010101001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8657E; }

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

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

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

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

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

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

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

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