#A4687E

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

Shades of Tapestry #A4687E

Tints of Tapestry #A4687E

Color information

#A4687E (or 0xA4687E) is unknown color: approx Tapestry. HEX triplet: A4, 68 and 7E. RGB value is (164,104,126). Sum of RGB (Red+Green+Blue) = 164+104+126=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A4687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4687E is #5B9781. Grayscale: #7C7C7C. Windows color (decimal): -6002562 or 8284324. OLE color: 8284324.

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

Color convert

RGB164104126-
CMYK00.370.230.36
HSL338º24.79%52.55%-
HSV(B)338º36.59%64.31%-
XYZ24.0319.322.2-
YUV124.45128.88156.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=41.62%
G=26.40%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410412600.370.230.3633824.7952.55
HexA4687E02517241521935
Octal24415017604527445223165
Binary101001001101000111111001001011011110010010101001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4687E; }

 p { color: rgb(164,104,126); }

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

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

 a { background-color: rgb(164,104,126); }

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

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

 span { border-color: rgb(164,104,126); }

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