#A96380

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

Shades of Tapestry #A96380

Tints of Tapestry #A96380

Color information

#A96380 (or 0xA96380) is unknown color: approx Tapestry. HEX triplet: A9, 63 and 80. RGB value is (169,99,128). Sum of RGB (Red+Green+Blue) = 169+99+128=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A96380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96380 is #569C7F. Grayscale: #7B7B7B. Windows color (decimal): -5676160 or 8414121. OLE color: 8414121.

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

Color convert

RGB16999128-
CMYK00.410.240.34
HSL335.14º28.93%52.55%-
HSV(B)335.14º41.42%66.27%-
XYZ24.7218.9222.77-
YUV123.24130.69160.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=42.68%
G=25%
B=32.32%

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
Decimal1699912800.410.240.34335.1428.9352.55
HexA96380029182214f1d35
Octal25114320005130425173565
Binary1010100111000111000000001010011100010001010100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96380; }

 p { color: rgb(169,99,128); }

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

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

 a { background-color: rgb(169,99,128); }

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

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

 span { border-color: rgb(169,99,128); }

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