#A86880

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

Shades of Tapestry #A86880

Tints of Tapestry #A86880

Color information

#A86880 (or 0xA86880) is unknown color: approx Tapestry. HEX triplet: A8, 68 and 80. RGB value is (168,104,128). Sum of RGB (Red+Green+Blue) = 168+104+128=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A86880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86880 is #57977F. Grayscale: #7D7D7D. Windows color (decimal): -5740416 or 8415400. OLE color: 8415400.

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

Color convert

RGB168104128-
CMYK00.380.240.34
HSL337.5º26.89%53.33%-
HSV(B)337.5º38.1%65.88%-
XYZ2519.7822.92-
YUV125.87129.2158.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42%
GREEN value IS 104 (41.02% from 255) = 26%
BLUE value IS 128 (50.39% from 255) = 32%
R=42%
G=26%
B=32%

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
Decimal16810412800.380.240.34337.526.8953.33
HexA8688002618221521b35
Octal25015020004630425223365
Binary1010100011010001000000001001101100010001010101001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86880; }

 p { color: rgb(168,104,128); }

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

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

 a { background-color: rgb(168,104,128); }

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

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

 span { border-color: rgb(168,104,128); }

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