#A96482

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

Shades of Tapestry #A96482

Tints of Tapestry #A96482

Color information

#A96482 (or 0xA96482) is unknown color: approx Tapestry. HEX triplet: A9, 64 and 82. RGB value is (169,100,130). Sum of RGB (Red+Green+Blue) = 169+100+130=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A96482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96482 is #569B7D. Grayscale: #7B7B7B. Windows color (decimal): -5675902 or 8545449. OLE color: 8545449.

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

Color convert

RGB169100130-
CMYK00.410.230.34
HSL333.91º28.63%52.75%-
HSV(B)333.91º40.83%66.27%-
XYZ24.9519.1623.5-
YUV124.05131.36160.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=42.36%
G=25.06%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910013000.410.230.34333.9128.6352.75
HexA96482029172214e1d35
Octal25114420205127425163565
Binary1010100111001001000001001010011011110001010100111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96482; }

 p { color: rgb(169,100,130); }

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

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

 a { background-color: rgb(169,100,130); }

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

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

 span { border-color: rgb(169,100,130); }

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