#A37482

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

Shades of Tapestry #A37482

Tints of Tapestry #A37482

Color information

#A37482 (or 0xA37482) is unknown color: approx Tapestry. HEX triplet: A3, 74 and 82. RGB value is (163,116,130). Sum of RGB (Red+Green+Blue) = 163+116+130=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A37482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37482 is #5C8B7D. Grayscale: #838383. Windows color (decimal): -6065022 or 8549539. OLE color: 8549539.

HSL color Cylindrical-coordinate representation of color #A37482: hue angle of 342.13º 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 #A37482 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163116130-
CMYK00.290.200.36
HSL342.13º20.35%54.71%-
HSV(B)342.13º28.83%63.92%-
XYZ25.3821.8924.01-
YUV131.65127.07150.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=39.85%
G=28.36%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311613000.290.200.36342.1320.3554.71
HexA3748201D14241561437
Octal24316420203524445262467
Binary101000111110100100000100111011010010010010101011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37482; }

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

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

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

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

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

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

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

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