#A8828E

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

Shades of Tapestry #A8828E

Tints of Tapestry #A8828E

Color information

#A8828E (or 0xA8828E) is unknown color: approx Tapestry. HEX triplet: A8, 82 and 8E. RGB value is (168,130,142). Sum of RGB (Red+Green+Blue) = 168+130+142=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A8828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8828E is #577D71. Grayscale: #8E8E8E. Windows color (decimal): -5733746 or 9339560. OLE color: 9339560.

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

Color convert

RGB168130142-
CMYK00.230.150.34
HSL341.05º17.92%58.43%-
HSV(B)341.05º22.62%65.88%-
XYZ29.0126.2429.13-
YUV142.73127.59146.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=38.18%
G=29.55%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813014200.230.150.34341.0517.9258.43
HexA8828E017F22155123a
Octal25020221602717425252272
Binary101010001000001010001110010111111110001010101010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8828E; }

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

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

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

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

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

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

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

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