#A96281

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

Shades of Tapestry #A96281

Tints of Tapestry #A96281

Color information

#A96281 (or 0xA96281) is unknown color: approx Tapestry. HEX triplet: A9, 62 and 81. RGB value is (169,98,129). Sum of RGB (Red+Green+Blue) = 169+98+129=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A96281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96281 is #569D7E. Grayscale: #7A7A7A. Windows color (decimal): -5676415 or 8479401. OLE color: 8479401.

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

Color convert

RGB16998129-
CMYK00.420.240.34
HSL333.8º29.22%52.35%-
HSV(B)333.8º42.01%66.27%-
XYZ24.6918.7623.09-
YUV122.76131.52160.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=42.68%
G=24.75%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699812900.420.240.34333.829.2252.35
HexA9628102A182214e1d34
Octal25114220105230425163564
Binary1010100111000101000000101010101100010001010100111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96281; }

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

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

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

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

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

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

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

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