#A96582

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

Shades of Tapestry #A96582

Tints of Tapestry #A96582

Color information

#A96582 (or 0xA96582) is unknown color: approx Tapestry. HEX triplet: A9, 65 and 82. RGB value is (169,101,130). Sum of RGB (Red+Green+Blue) = 169+101+130=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A96582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96582 is #569A7D. Grayscale: #7C7C7C. Windows color (decimal): -5675646 or 8545705. OLE color: 8545705.

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

Color convert

RGB169101130-
CMYK00.400.230.34
HSL334.41º28.33%52.94%-
HSV(B)334.41º40.24%66.27%-
XYZ25.0519.3523.53-
YUV124.64131.03159.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=42.25%
G=25.25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910113000.400.230.34334.4128.3352.94
HexA96582028172214e1c35
Octal25114520205027425163465
Binary1010100111001011000001001010001011110001010100111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96582; }

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

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

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

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

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

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

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

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