#A8778B

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

Shades of Tapestry #A8778B

Tints of Tapestry #A8778B

Color information

#A8778B (or 0xA8778B) is unknown color: approx Tapestry. HEX triplet: A8, 77 and 8B. RGB value is (168,119,139). Sum of RGB (Red+Green+Blue) = 168+119+139=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8778B is #578874. Grayscale: #878787. Windows color (decimal): -5736565 or 9140136. OLE color: 9140136.

HSL color Cylindrical-coordinate representation of color #A8778B: hue angle of 335.51º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8778B is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB168119139-
CMYK00.290.170.34
HSL335.51º21.97%56.27%-
HSV(B)335.51º29.17%65.88%-
XYZ27.4123.3827.49-
YUV135.93129.73150.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=39.44%
G=27.93%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811913900.290.170.34335.5121.9756.27
HexA8778B01D11221501638
Octal25016721303521425202670
Binary101010001110111100010110111011000110001010101000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8778B; }

 p { color: rgb(168,119,139); }

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

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

 a { background-color: rgb(168,119,139); }

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

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

 span { border-color: rgb(168,119,139); }

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