#A96A7D

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

Shades of Tapestry #A96A7D

Tints of Tapestry #A96A7D

Color information

#A96A7D (or 0xA96A7D) is unknown color: approx Tapestry. HEX triplet: A9, 6A and 7D. RGB value is (169,106,125). Sum of RGB (Red+Green+Blue) = 169+106+125=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A7D is #569582. Grayscale: #7E7E7E. Windows color (decimal): -5674371 or 8219305. OLE color: 8219305.

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

Color convert

RGB169106125-
CMYK00.370.260.34
HSL341.9º26.81%53.92%-
HSV(B)341.9º37.28%66.27%-
XYZ25.2220.2221.98-
YUV127126.87157.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=42.25%
G=26.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910612500.370.260.34341.926.8153.92
HexA96A7D0251A221561b36
Octal25115217504532425263366
Binary101010011101010111110101001011101010001010101011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A7D; }

 p { color: rgb(169,106,125); }

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

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

 a { background-color: rgb(169,106,125); }

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

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

 span { border-color: rgb(169,106,125); }

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