#A5828B

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

Shades of Tapestry #A5828B

Tints of Tapestry #A5828B

Color information

#A5828B (or 0xA5828B) is unknown color: approx Tapestry. HEX triplet: A5, 82 and 8B. RGB value is (165,130,139). Sum of RGB (Red+Green+Blue) = 165+130+139=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A5828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5828B is #5A7D74. Grayscale: #8D8D8D. Windows color (decimal): -5930357 or 9142949. OLE color: 9142949.

HSL color Cylindrical-coordinate representation of color #A5828B: hue angle of 344.57º 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 #A5828B is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB165130139-
CMYK00.210.160.35
HSL344.57º16.28%57.84%-
HSV(B)344.57º21.21%64.71%-
XYZ28.1625.8327.93-
YUV141.49126.6144.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=38.02%
G=29.95%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513013900.210.160.35344.5716.2857.84
HexA5828B0151023159103a
Octal24520221302520435312072
Binary1010010110000010100010110101011000010001110101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5828B; }

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

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

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

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

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

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

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

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