#A37485

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

Shades of Tapestry #A37485

Tints of Tapestry #A37485

Color information

#A37485 (or 0xA37485) is unknown color: approx Tapestry. HEX triplet: A3, 74 and 85. RGB value is (163,116,133). Sum of RGB (Red+Green+Blue) = 163+116+133=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A37485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37485 is #5C8B7A. Grayscale: #838383. Windows color (decimal): -6065019 or 8746147. OLE color: 8746147.

HSL color Cylindrical-coordinate representation of color #A37485: hue angle of 338.3º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37485 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB163116133-
CMYK00.290.180.36
HSL338.3º20.35%54.71%-
HSV(B)338.3º28.83%63.92%-
XYZ25.5821.9725.08-
YUV131.99128.57150.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=39.56%
G=28.16%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311613300.290.180.36338.320.3554.71
HexA3748501D12241521437
Octal24316420503522445222467
Binary101000111110100100001010111011001010010010101001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37485; }

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

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

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

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

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

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

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

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