#A8828A

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

Shades of Tapestry #A8828A

Tints of Tapestry #A8828A

Color information

#A8828A (or 0xA8828A) is unknown color: approx Tapestry. HEX triplet: A8, 82 and 8A. RGB value is (168,130,138). Sum of RGB (Red+Green+Blue) = 168+130+138=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A8828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8828A is #577D75. Grayscale: #8E8E8E. Windows color (decimal): -5733750 or 9077416. OLE color: 9077416.

HSL color Cylindrical-coordinate representation of color #A8828A: hue angle of 347.37º 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 #A8828A is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB168130138-
CMYK00.230.180.34
HSL347.37º17.92%58.43%-
HSV(B)347.37º22.62%65.88%-
XYZ28.7226.1327.57-
YUV142.27125.59146.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 138 (54.30% from 255) = 31.65%
R=38.53%
G=29.82%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813013800.230.180.34347.3717.9258.43
HexA8828A017122215b123a
Octal25020221202722425332272
Binary1010100010000010100010100101111001010001010101101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8828A; }

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

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

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

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

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

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

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

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