#A28087

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

Shades of Tapestry #A28087

Tints of Tapestry #A28087

Color information

#A28087 (or 0xA28087) is unknown color: approx Tapestry. HEX triplet: A2, 80 and 87. RGB value is (162,128,135). Sum of RGB (Red+Green+Blue) = 162+128+135=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A28087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28087 is #5D7F78. Grayscale: #8A8A8A. Windows color (decimal): -6127481 or 8880290. OLE color: 8880290.

HSL color Cylindrical-coordinate representation of color #A28087: hue angle of 347.65º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28087 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB162128135-
CMYK00.210.170.36
HSL347.65º15.45%56.86%-
HSV(B)347.65º20.99%63.53%-
XYZ26.9924.8726.3-
YUV138.96125.76144.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=38.12%
G=30.12%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212813500.210.170.36347.6515.4556.86
HexA28087015112415cf39
Octal24220020702521445341771
Binary101000101000000010000111010101100011001001010111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28087; }

 p { color: rgb(162,128,135); }

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

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

 a { background-color: rgb(162,128,135); }

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

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

 span { border-color: rgb(162,128,135); }

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