#A96680

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

Shades of Tapestry #A96680

Tints of Tapestry #A96680

Color information

#A96680 (or 0xA96680) is unknown color: approx Tapestry. HEX triplet: A9, 66 and 80. RGB value is (169,102,128). Sum of RGB (Red+Green+Blue) = 169+102+128=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A96680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96680 is #56997F. Grayscale: #7C7C7C. Windows color (decimal): -5675392 or 8414889. OLE color: 8414889.

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

Color convert

RGB169102128-
CMYK00.400.240.34
HSL336.72º28.03%53.14%-
HSV(B)336.72º39.64%66.27%-
XYZ25.0119.522.87-
YUV125129.7159.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=42.36%
G=25.56%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910212800.400.240.34336.7228.0353.14
HexA9668002818221511c35
Octal25114620005030425213465
Binary1010100111001101000000001010001100010001010101000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96680; }

 p { color: rgb(169,102,128); }

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

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

 a { background-color: rgb(169,102,128); }

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

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

 span { border-color: rgb(169,102,128); }

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