#A8828D

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

Shades of Tapestry #A8828D

Tints of Tapestry #A8828D

Color information

#A8828D (or 0xA8828D) is unknown color: approx Tapestry. HEX triplet: A8, 82 and 8D. RGB value is (168,130,141). Sum of RGB (Red+Green+Blue) = 168+130+141=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8828D is #577D72. Grayscale: #8E8E8E. Windows color (decimal): -5733747 or 9274024. OLE color: 9274024.

HSL color Cylindrical-coordinate representation of color #A8828D: hue angle of 342.63º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8828D is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB168130141-
CMYK00.230.160.34
HSL342.63º17.92%58.43%-
HSV(B)342.63º22.62%65.88%-
XYZ28.9426.2128.73-
YUV142.62127.09146.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=38.27%
G=29.61%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813014100.230.160.34342.6317.9258.43
HexA8828D0171022157123a
Octal25020221502720425272272
Binary1010100010000010100011010101111000010001010101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8828D; }

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

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

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

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

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

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

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

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