#A96E82

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

Shades of Tapestry #A96E82

Tints of Tapestry #A96E82

Color information

#A96E82 (or 0xA96E82) is unknown color: approx Tapestry. HEX triplet: A9, 6E and 82. RGB value is (169,110,130). Sum of RGB (Red+Green+Blue) = 169+110+130=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E82 is #56917D. Grayscale: #818181. Windows color (decimal): -5673342 or 8548009. OLE color: 8548009.

HSL color Cylindrical-coordinate representation of color #A96E82: hue angle of 339.66º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E82 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB169110130-
CMYK00.350.230.34
HSL339.66º25.54%54.71%-
HSV(B)339.66º34.91%66.27%-
XYZ25.9721.223.84-
YUV129.92128.05155.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=41.32%
G=26.89%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911013000.350.230.34339.6625.5454.71
HexA96E8202317221541a37
Octal25115620204327425243267
Binary1010100111011101000001001000111011110001010101010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E82; }

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

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

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

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

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

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

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

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