#A8657F

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

Shades of Tapestry #A8657F

Tints of Tapestry #A8657F

Color information

#A8657F (or 0xA8657F) is unknown color: approx Tapestry. HEX triplet: A8, 65 and 7F. RGB value is (168,101,127). Sum of RGB (Red+Green+Blue) = 168+101+127=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A8657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8657F is #579A80. Grayscale: #7B7B7B. Windows color (decimal): -5741185 or 8349096. OLE color: 8349096.

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

Color convert

RGB168101127-
CMYK00.400.240.34
HSL336.72º27.8%52.75%-
HSV(B)336.72º39.88%65.88%-
XYZ24.6319.1622.48-
YUV124129.7159.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 127 (50% from 255) = 32.07%
R=42.42%
G=25.51%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810112700.400.240.34336.7227.852.75
HexA8657F02818221511c35
Octal25014517705030425213465
Binary101010001100101111111101010001100010001010101000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8657F; }

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

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

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

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

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

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

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

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