#A96284

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

Shades of Tapestry #A96284

Tints of Tapestry #A96284

Color information

#A96284 (or 0xA96284) is unknown color: approx Tapestry. HEX triplet: A9, 62 and 84. RGB value is (169,98,132). Sum of RGB (Red+Green+Blue) = 169+98+132=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A96284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96284 is #569D7B. Grayscale: #7B7B7B. Windows color (decimal): -5676412 or 8676009. OLE color: 8676009.

HSL color Cylindrical-coordinate representation of color #A96284: hue angle of 331.27º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A96284 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB16998132-
CMYK00.420.220.34
HSL331.27º29.22%52.35%-
HSV(B)331.27º42.01%66.27%-
XYZ24.8918.8424.15-
YUV123.1133.02160.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=42.36%
G=24.56%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699813200.420.220.34331.2729.2252.35
HexA9628402A162214b1d34
Octal25114220405226425133564
Binary1010100111000101000010001010101011010001010100101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96284; }

 p { color: rgb(169,98,132); }

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

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

 a { background-color: rgb(169,98,132); }

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

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

 span { border-color: rgb(169,98,132); }

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