#a87282

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

Shades of Tapestry #A87282

Tints of Tapestry #A87282

Color information

#A87282 (or 0xA87282) is unknown color: approx Tapestry. HEX triplet: A8, 72 and 82. RGB value is (168,114,130). Sum of RGB (Red+Green+Blue) = 168+114+130=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A87282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87282 is #578D7D. Grayscale: #838383. Windows color (decimal): -5737854 or 8549032. OLE color: 8549032.

HSL color Cylindrical-coordinate representation of color #A87282: hue angle of 342.22º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87282 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB168114130-
CMYK00.320.230.34
HSL342.22º23.68%55.29%-
HSV(B)342.22º32.14%65.88%-
XYZ26.221.9723.98-
YUV131.97126.89153.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 114 (44.92% from 255) = 27.67%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=40.78%
G=27.67%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811413000.320.230.34342.2223.6855.29
HexA8728202017221561837
Octal25016220204027425263067
Binary1010100011100101000001001000001011110001010101011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a87282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a87282; }

 p { color: rgb(168,114,130); }

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

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

 a { background-color: rgb(168,114,130); }

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

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

 span { border-color: rgb(168,114,130); }

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