#A96783

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

Shades of Tapestry #A96783

Tints of Tapestry #A96783

Color information

#A96783 (or 0xA96783) is unknown color: approx Tapestry. HEX triplet: A9, 67 and 83. RGB value is (169,103,131). Sum of RGB (Red+Green+Blue) = 169+103+131=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A96783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96783 is #56987C. Grayscale: #7D7D7D. Windows color (decimal): -5675133 or 8611753. OLE color: 8611753.

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

Color convert

RGB169103131-
CMYK00.390.220.34
HSL334.55º27.73%53.33%-
HSV(B)334.55º39.05%66.27%-
XYZ25.3119.7723.96-
YUV125.93130.87158.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 131 (51.56% from 255) = 32.51%
R=41.94%
G=25.56%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910313100.390.220.34334.5527.7353.33
HexA96783027162214f1c35
Octal25114720304726425173465
Binary1010100111001111000001101001111011010001010100111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96783; }

 p { color: rgb(169,103,131); }

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

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

 a { background-color: rgb(169,103,131); }

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

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

 span { border-color: rgb(169,103,131); }

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