#A96B8A

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

Shades of Tapestry #A96B8A

Tints of Tapestry #A96B8A

Color information

#A96B8A (or 0xA96B8A) is unknown color: approx Tapestry. HEX triplet: A9, 6B and 8A. RGB value is (169,107,138). Sum of RGB (Red+Green+Blue) = 169+107+138=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96B8A is #569475. Grayscale: #818181. Windows color (decimal): -5674102 or 9071529. OLE color: 9071529.

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

Color convert

RGB169107138-
CMYK00.370.180.34
HSL330º26.5%54.12%-
HSV(B)330º36.69%66.27%-
XYZ26.2120.7926.68-
YUV129.07133.04156.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=40.82%
G=25.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910713800.370.180.3433026.554.12
HexA96B8A025122214a1a36
Octal25115321204522425123266
Binary1010100111010111000101001001011001010001010100101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B8A; }

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

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

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

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

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

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

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

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