#A96481

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

Shades of Tapestry #A96481

Tints of Tapestry #A96481

Color information

#A96481 (or 0xA96481) is unknown color: approx Tapestry. HEX triplet: A9, 64 and 81. RGB value is (169,100,129). Sum of RGB (Red+Green+Blue) = 169+100+129=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A96481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96481 is #569B7E. Grayscale: #7B7B7B. Windows color (decimal): -5675903 or 8479913. OLE color: 8479913.

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

Color convert

RGB169100129-
CMYK00.410.240.34
HSL334.78º28.63%52.75%-
HSV(B)334.78º40.83%66.27%-
XYZ24.8819.1323.15-
YUV123.94130.86160.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=42.46%
G=25.13%
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
Decimal16910012900.410.240.34334.7828.6352.75
HexA96481029182214f1d35
Octal25114420105130425173565
Binary1010100111001001000000101010011100010001010100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96481; }

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

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

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

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

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

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

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

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