#A47D8B

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

Shades of Tapestry #A47D8B

Tints of Tapestry #A47D8B

Color information

#A47D8B (or 0xA47D8B) is unknown color: approx Tapestry. HEX triplet: A4, 7D and 8B. RGB value is (164,125,139). Sum of RGB (Red+Green+Blue) = 164+125+139=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47D8B is #5B8274. Grayscale: #8A8A8A. Windows color (decimal): -5997173 or 9141668. OLE color: 9141668.

HSL color Cylindrical-coordinate representation of color #A47D8B: hue angle of 338.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47D8B is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB164125139-
CMYK00.240.150.36
HSL338.46º17.65%56.67%-
HSV(B)338.46º23.78%64.31%-
XYZ27.324.4227.7-
YUV138.26128.42146.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=38.32%
G=29.21%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412513900.240.150.36338.4617.6556.67
HexA47D8B018F241521239
Octal24417521303017445222271
Binary10100100111110110001011011000111110010010101001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D8B; }

 p { color: rgb(164,125,139); }

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

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

 a { background-color: rgb(164,125,139); }

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

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

 span { border-color: rgb(164,125,139); }

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