#A8667F

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

Shades of Tapestry #A8667F

Tints of Tapestry #A8667F

Color information

#A8667F (or 0xA8667F) is unknown color: approx Tapestry. HEX triplet: A8, 66 and 7F. RGB value is (168,102,127). Sum of RGB (Red+Green+Blue) = 168+102+127=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8667F is #579980. Grayscale: #7C7C7C. Windows color (decimal): -5740929 or 8349352. OLE color: 8349352.

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

Color convert

RGB168102127-
CMYK00.390.240.34
HSL337.27º27.5%52.94%-
HSV(B)337.27º39.29%65.88%-
XYZ24.7319.3622.51-
YUV124.58129.37158.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 127 (50% from 255) = 31.99%
R=42.32%
G=25.69%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810212700.390.240.34337.2727.552.94
HexA8667F02718221511c35
Octal25014617704730425213465
Binary101010001100110111111101001111100010001010101000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8667F; }

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

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

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

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

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

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

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

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