#A27282

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

Shades of Tapestry #A27282

Tints of Tapestry #A27282

Color information

#A27282 (or 0xA27282) is unknown color: approx Tapestry. HEX triplet: A2, 72 and 82. RGB value is (162,114,130). Sum of RGB (Red+Green+Blue) = 162+114+130=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A27282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27282 is #5D8D7D. Grayscale: #828282. Windows color (decimal): -6131070 or 8549026. OLE color: 8549026.

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

Color convert

RGB162114130-
CMYK00.300.200.36
HSL340º20.51%54.12%-
HSV(B)340º29.63%63.53%-
XYZ24.9521.3323.92-
YUV130.18127.9150.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=39.90%
G=28.08%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211413000.300.200.3634020.5154.12
HexA2728201E14241541536
Octal24216220203624445242566
Binary101000101110010100000100111101010010010010101010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27282; }

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

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

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

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

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

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

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

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