#A2828B

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

Shades of Tapestry #A2828B

Tints of Tapestry #A2828B

Color information

#A2828B (or 0xA2828B) is unknown color: approx Tapestry. HEX triplet: A2, 82 and 8B. RGB value is (162,130,139). Sum of RGB (Red+Green+Blue) = 162+130+139=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2828B is #5D7D74. Grayscale: #8C8C8C. Windows color (decimal): -6126965 or 9142946. OLE color: 9142946.

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

Color convert

RGB162130139-
CMYK00.200.140.36
HSL343.12º14.68%57.25%-
HSV(B)343.12º19.75%63.53%-
XYZ27.5425.5127.9-
YUV140.59127.1143.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=37.59%
G=30.16%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213013900.200.140.36343.1214.6857.25
HexA2828B014E24157f39
Octal24220221302416445271771
Binary10100010100000101000101101010011101001001010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2828B; }

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

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

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

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

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

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

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

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