#A86883

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

Shades of Tapestry #A86883

Tints of Tapestry #A86883

Color information

#A86883 (or 0xA86883) is unknown color: approx Tapestry. HEX triplet: A8, 68 and 83. RGB value is (168,104,131). Sum of RGB (Red+Green+Blue) = 168+104+131=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A86883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86883 is #57977C. Grayscale: #7E7E7E. Windows color (decimal): -5740413 or 8612008. OLE color: 8612008.

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

Color convert

RGB168104131-
CMYK00.380.220.34
HSL334.69º26.89%53.33%-
HSV(B)334.69º38.1%65.88%-
XYZ25.219.8623.98-
YUV126.21130.7157.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 131 (51.56% from 255) = 32.51%
R=41.69%
G=25.81%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810413100.380.220.34334.6926.8953.33
HexA86883026162214f1b35
Octal25015020304626425173365
Binary1010100011010001000001101001101011010001010100111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86883; }

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

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

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

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

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

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

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

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