#A8728B

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

Shades of Tapestry #A8728B

Tints of Tapestry #A8728B

Color information

#A8728B (or 0xA8728B) is unknown color: approx Tapestry. HEX triplet: A8, 72 and 8B. RGB value is (168,114,139). Sum of RGB (Red+Green+Blue) = 168+114+139=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8728B is #578D74. Grayscale: #848484. Windows color (decimal): -5737845 or 9138856. OLE color: 9138856.

HSL color Cylindrical-coordinate representation of color #A8728B: hue angle of 332.22º degrees, saturation: 0.24, 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 #A8728B is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB168114139-
CMYK00.320.170.34
HSL332.22º23.68%55.29%-
HSV(B)332.22º32.14%65.88%-
XYZ26.8322.2227.3-
YUV133131.39152.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=39.90%
G=27.08%
B=33.02%

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
Decimal16811413900.320.170.34332.2223.6855.29
HexA8728B020112214c1837
Octal25016221304021425143067
Binary1010100011100101000101101000001000110001010100110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8728B; }

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

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

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

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

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

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

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

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