#A9647F

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

Shades of Tapestry #A9647F

Tints of Tapestry #A9647F

Color information

#A9647F (or 0xA9647F) is unknown color: approx Tapestry. HEX triplet: A9, 64 and 7F. RGB value is (169,100,127). Sum of RGB (Red+Green+Blue) = 169+100+127=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9647F is #569B80. Grayscale: #7B7B7B. Windows color (decimal): -5675905 or 8348841. OLE color: 8348841.

HSL color Cylindrical-coordinate representation of color #A9647F: hue angle of 336.52º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9647F is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB169100127-
CMYK00.410.250.34
HSL336.52º28.63%52.75%-
HSV(B)336.52º40.83%66.27%-
XYZ24.7519.0822.46-
YUV123.71129.86160.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 127 (50% from 255) = 32.07%
R=42.68%
G=25.25%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910012700.410.250.34336.5228.6352.75
HexA9647F02919221511d35
Octal25114417705131425213565
Binary101010011100100111111101010011100110001010101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9647F; }

 p { color: rgb(169,100,127); }

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

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

 a { background-color: rgb(169,100,127); }

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

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

 span { border-color: rgb(169,100,127); }

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