#A8818E

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

Shades of Tapestry #A8818E

Tints of Tapestry #A8818E

Color information

#A8818E (or 0xA8818E) is unknown color: approx Tapestry. HEX triplet: A8, 81 and 8E. RGB value is (168,129,142). Sum of RGB (Red+Green+Blue) = 168+129+142=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8818E is #577E71. Grayscale: #8E8E8E. Windows color (decimal): -5734002 or 9339304. OLE color: 9339304.

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

Color convert

RGB168129142-
CMYK00.230.150.34
HSL340º18.31%58.24%-
HSV(B)340º23.21%65.88%-
XYZ28.8825.9829.08-
YUV142.14127.92146.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 129 (50.78% from 255) = 29.38%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=38.27%
G=29.38%
B=32.35%

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
Decimal16812914200.230.150.3434018.3158.24
HexA8818E017F22154123a
Octal25020121602717425242272
Binary101010001000000110001110010111111110001010101010010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8818E; }

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

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

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

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

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

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

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

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