#A96E8A

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

Shades of Tapestry #A96E8A

Tints of Tapestry #A96E8A

Color information

#A96E8A (or 0xA96E8A) is unknown color: approx Tapestry. HEX triplet: A9, 6E and 8A. RGB value is (169,110,138). Sum of RGB (Red+Green+Blue) = 169+110+138=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E8A is #569175. Grayscale: #828282. Windows color (decimal): -5673334 or 9072297. OLE color: 9072297.

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

Color convert

RGB169110138-
CMYK00.350.180.34
HSL331.53º25.54%54.71%-
HSV(B)331.53º34.91%66.27%-
XYZ26.5321.4226.78-
YUV130.83132.05155.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=40.53%
G=26.38%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911013800.350.180.34331.5325.5454.71
HexA96E8A023122214c1a37
Octal25115621204322425143267
Binary1010100111011101000101001000111001010001010100110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E8A; }

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

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

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

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

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

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

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

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