#A96683

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

Shades of Tapestry #A96683

Tints of Tapestry #A96683

Color information

#A96683 (or 0xA96683) is unknown color: approx Tapestry. HEX triplet: A9, 66 and 83. RGB value is (169,102,131). Sum of RGB (Red+Green+Blue) = 169+102+131=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A96683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96683 is #56997C. Grayscale: #7D7D7D. Windows color (decimal): -5675389 or 8611497. OLE color: 8611497.

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

Color convert

RGB169102131-
CMYK00.400.220.34
HSL334.03º28.03%53.14%-
HSV(B)334.03º39.64%66.27%-
XYZ25.2119.5823.92-
YUV125.34131.2159.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=42.04%
G=25.37%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910213100.400.220.34334.0328.0353.14
HexA96683028162214e1c35
Octal25114620305026425163465
Binary1010100111001101000001101010001011010001010100111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96683; }

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

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

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

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

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

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

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

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