#A86380

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

Shades of Tapestry #A86380

Tints of Tapestry #A86380

Color information

#A86380 (or 0xA86380) is unknown color: approx Tapestry. HEX triplet: A8, 63 and 80. RGB value is (168,99,128). Sum of RGB (Red+Green+Blue) = 168+99+128=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A86380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86380 is #579C7F. Grayscale: #7A7A7A. Windows color (decimal): -5741696 or 8414120. OLE color: 8414120.

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

Color convert

RGB16899128-
CMYK00.410.240.34
HSL334.78º28.4%52.35%-
HSV(B)334.78º41.07%65.88%-
XYZ24.5118.8122.76-
YUV122.94130.86160.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.53%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=42.53%
G=25.06%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689912800.410.240.34334.7828.452.35
HexA86380029182214f1c34
Octal25014320005130425173464
Binary1010100011000111000000001010011100010001010100111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86380; }

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

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

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

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

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

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

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

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