#A27283

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

Shades of Tapestry #A27283

Tints of Tapestry #A27283

Color information

#A27283 (or 0xA27283) is unknown color: approx Tapestry. HEX triplet: A2, 72 and 83. RGB value is (162,114,131). Sum of RGB (Red+Green+Blue) = 162+114+131=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A27283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27283 is #5D8D7C. Grayscale: #828282. Windows color (decimal): -6131069 or 8614562. OLE color: 8614562.

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

Color convert

RGB162114131-
CMYK00.300.190.36
HSL338.75º20.51%54.12%-
HSV(B)338.75º29.63%63.53%-
XYZ25.0121.3524.28-
YUV130.29128.4150.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 131 (51.56% from 255) = 32.19%
R=39.80%
G=28.01%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211413100.300.190.36338.7520.5154.12
HexA2728301E13241531536
Octal24216220303623445232566
Binary101000101110010100000110111101001110010010101001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27283; }

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

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

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

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

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

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

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

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