#A46B7F

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

Shades of Tapestry #A46B7F

Tints of Tapestry #A46B7F

Color information

#A46B7F (or 0xA46B7F) is unknown color: approx Tapestry. HEX triplet: A4, 6B and 7F. RGB value is (164,107,127). Sum of RGB (Red+Green+Blue) = 164+107+127=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B7F is #5B9480. Grayscale: #7E7E7E. Windows color (decimal): -6001793 or 8350628. OLE color: 8350628.

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

Color convert

RGB164107127-
CMYK00.350.230.36
HSL338.95º23.85%53.14%-
HSV(B)338.95º34.76%64.31%-
XYZ24.419.9422.64-
YUV126.32128.38154.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 127 (50% from 255) = 31.91%
R=41.21%
G=26.88%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410712700.350.230.36338.9523.8553.14
HexA46B7F02317241531835
Octal24415317704327445233065
Binary101001001101011111111101000111011110010010101001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B7F; }

 p { color: rgb(164,107,127); }

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

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

 a { background-color: rgb(164,107,127); }

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

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

 span { border-color: rgb(164,107,127); }

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