#A96385

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

Shades of Tapestry #A96385

Tints of Tapestry #A96385

Color information

#A96385 (or 0xA96385) is unknown color: approx Tapestry. HEX triplet: A9, 63 and 85. RGB value is (169,99,133). Sum of RGB (Red+Green+Blue) = 169+99+133=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A96385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96385 is #569C7A. Grayscale: #7B7B7B. Windows color (decimal): -5676155 or 8741801. OLE color: 8741801.

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

Color convert

RGB16999133-
CMYK00.410.210.34
HSL330.86º28.93%52.55%-
HSV(B)330.86º41.42%66.27%-
XYZ25.0619.0524.55-
YUV123.81133.19160.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=42.14%
G=24.69%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699913300.410.210.34330.8628.9352.55
HexA96385029152214b1d35
Octal25114320505125425133565
Binary1010100111000111000010101010011010110001010100101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96385; }

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

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

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

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

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

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

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

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