#A96781

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

Shades of Tapestry #A96781

Tints of Tapestry #A96781

Color information

#A96781 (or 0xA96781) is unknown color: approx Tapestry. HEX triplet: A9, 67 and 81. RGB value is (169,103,129). Sum of RGB (Red+Green+Blue) = 169+103+129=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A96781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96781 is #56987E. Grayscale: #7D7D7D. Windows color (decimal): -5675135 or 8480681. OLE color: 8480681.

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

Color convert

RGB169103129-
CMYK00.390.240.34
HSL336.36º27.73%53.33%-
HSV(B)336.36º39.05%66.27%-
XYZ25.1719.7223.25-
YUV125.7129.87158.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=42.14%
G=25.69%
B=32.17%

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
Decimal16910312900.390.240.34336.3627.7353.33
HexA9678102718221501c35
Octal25114720104730425203465
Binary1010100111001111000000101001111100010001010101000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96781; }

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

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

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

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

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

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

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

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