#A5828D

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

Shades of Tapestry #A5828D

Tints of Tapestry #A5828D

Color information

#A5828D (or 0xA5828D) is unknown color: approx Tapestry. HEX triplet: A5, 82 and 8D. RGB value is (165,130,141). Sum of RGB (Red+Green+Blue) = 165+130+141=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5828D is #5A7D72. Grayscale: #8D8D8D. Windows color (decimal): -5930355 or 9274021. OLE color: 9274021.

HSL color Cylindrical-coordinate representation of color #A5828D: hue angle of 341.14º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5828D is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165130141-
CMYK00.210.150.35
HSL341.14º16.28%57.84%-
HSV(B)341.14º21.21%64.71%-
XYZ28.3125.8928.7-
YUV141.72127.6144.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=37.84%
G=29.82%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513014100.210.150.35341.1416.2857.84
HexA5828D015F23155103a
Octal24520221502517435252072
Binary101001011000001010001101010101111110001110101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5828D; }

 p { color: rgb(165,130,141); }

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

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

 a { background-color: rgb(165,130,141); }

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

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

 span { border-color: rgb(165,130,141); }

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