#A9677F

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

Shades of Tapestry #A9677F

Tints of Tapestry #A9677F

Color information

#A9677F (or 0xA9677F) is unknown color: approx Tapestry. HEX triplet: A9, 67 and 7F. RGB value is (169,103,127). Sum of RGB (Red+Green+Blue) = 169+103+127=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A9677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9677F is #569880. Grayscale: #7D7D7D. Windows color (decimal): -5675137 or 8349609. OLE color: 8349609.

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

Color convert

RGB169103127-
CMYK00.390.250.34
HSL338.18º27.73%53.33%-
HSV(B)338.18º39.05%66.27%-
XYZ25.0419.6722.56-
YUV125.47128.87159.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 127 (50% from 255) = 31.83%
R=42.36%
G=25.81%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910312700.390.250.34338.1827.7353.33
HexA9677F02719221521c35
Octal25114717704731425223465
Binary101010011100111111111101001111100110001010101001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9677F; }

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

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

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

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

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

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

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

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