#A37285

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

Shades of Tapestry #A37285

Tints of Tapestry #A37285

Color information

#A37285 (or 0xA37285) is unknown color: approx Tapestry. HEX triplet: A3, 72 and 85. RGB value is (163,114,133). Sum of RGB (Red+Green+Blue) = 163+114+133=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A37285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37285 is #5C8D7A. Grayscale: #828282. Windows color (decimal): -6065531 or 8745635. OLE color: 8745635.

HSL color Cylindrical-coordinate representation of color #A37285: hue angle of 336.73º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A37285 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB163114133-
CMYK00.300.180.36
HSL336.73º21.03%54.31%-
HSV(B)336.73º30.06%63.92%-
XYZ25.3621.5125.01-
YUV130.82129.23150.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=39.76%
G=27.80%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311413300.300.180.36336.7321.0354.31
HexA3728501E12241511536
Octal24316220503622445212566
Binary101000111110010100001010111101001010010010101000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37285; }

 p { color: rgb(163,114,133); }

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

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

 a { background-color: rgb(163,114,133); }

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

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

 span { border-color: rgb(163,114,133); }

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