#A8738C

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

Shades of Tapestry #A8738C

Tints of Tapestry #A8738C

Color information

#A8738C (or 0xA8738C) is unknown color: approx Tapestry. HEX triplet: A8, 73 and 8C. RGB value is (168,115,140). Sum of RGB (Red+Green+Blue) = 168+115+140=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8738C is #578C73. Grayscale: #858585. Windows color (decimal): -5737588 or 9204648. OLE color: 9204648.

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

Color convert

RGB168115140-
CMYK00.320.170.34
HSL331.7º23.35%55.49%-
HSV(B)331.7º31.55%65.88%-
XYZ27.0122.4827.73-
YUV133.7131.56152.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=39.72%
G=27.19%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811514000.320.170.34331.723.3555.49
HexA8738C020112214c1737
Octal25016321404021425142767
Binary1010100011100111000110001000001000110001010100110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8738C; }

 p { color: rgb(168,115,140); }

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

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

 a { background-color: rgb(168,115,140); }

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

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

 span { border-color: rgb(168,115,140); }

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